use the same composefile as in the repo, passing configuration options by using a templated env file instead of templating a custom composefile.
11 lines
380 B
Text
11 lines
380 B
Text
DB_NAME='<%= @db_name %>'
|
|
DB_USER='<%= @db_user %>'
|
|
DB_PW='<%= @db_pass %>'
|
|
DB_PORT='<%= @db_port %>'
|
|
DB_HOST='<%= @db_host %>'
|
|
DB_DATA_DIR='<%= @db_datadir %>'
|
|
POCS_STORAGE_DIR='<%= @pocs_storage_dir %>'
|
|
DJANGO_ALLOWED_HOSTS='<%= @allowed_hosts %>'
|
|
CENSYS_API_ID='<%= @censys_api_id %>'
|
|
CENSYS_API_SECRET='<%= @censys_api_secret %>'
|
|
DOCKER_PROXY_NETWORK='<%= @docker_network %>'
|