Versions Compared

Key

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

You can use the following environment variables with APIIDA API Gateway Manager.

Environment variables for the image "apiida/aagm"

Env Variable

Description

NOSTROMO_PORT

Port for https connection.

Default: 10443

NOSTROMO_DB_HOST

Hostname for the database connection. 

Default: aagmdb

NOSTROMO_DB_NAME

Database name for the database connection.

Default: aagm

NOSTROMO_DB_USER

Database user for the database connection.

Default: aagm_user

NOSTROMO_DB_PASSWORD

Database password for the database connection.

Environment variables for the image "apiida/aagmdb"

Note

Using apiida/aagmdb is deprecated. Please switch to the official MariaDB image

...

Env Variable

...

Description

...

MAX_MEMORY

...

Definition of maximal used memory by the database in megabytes.

Default: 4096

...

MYSQL_ROOT_PASSWORD

...

Password for the user root of the MariaDB database. 

...

MYSQL_DATABASE

...

Database name for the database connection.

Default: aagm

...

MYSQL_USER

...

Database user for the database connection.

Default: aagm_user

...

MYSQL_PASSWORD

...

Database password for the database connection.

Example docker-compose.yml file with all environment variables

docker-compose.yml

...


...

For information on how to configure the database container, please see the official documentation of either MySQL or MariaDB (whatever you chose).