Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If you want to deviate from the prefabricated installation.

AAGM

Code Block
languageyaml
  aagm:
    image: apiida/aagm:latest
    ports:
      - '443:10443'
    environment: 
      - 'NOSTROMO_DB_HOST=db' 
      - 'NOSTROMO_DB_NAME=aagm'
      - 'NOSTROMO_DB_USER=aagm_user'
      - 'NOSTROMO_DB_PASSWORD=ag72iUphcpE9K9hY'

Change port

If you want to run AAGM on a different port, you must also specify it as the NOSTROMO_PORT environment variable. Environment variables

Prometheus and Prometheus-Pushgateway

Code Block
languageyaml
  prometheus:
    image: apiida/aagm-prometheus
    volumes:
      - aagm-prometheus-vol:/prometheus
  prometheus-pushgateway:
    image: prom/pushgateway  

Change port or name of the containers

If you change the port or the name of the containers, you must also adjust this in the Configuration of AAGM. General

...