9
0
Fork 1
soc-ops/global/overlay/etc/puppet/modules/soc/templates/vuln-dashboard/docker.env.erb
Valerio Lomanto 31f5475e1c
feat: use env-file templating instead of composefile
use the same composefile as in the repo, passing configuration options
by using a templated env file instead of templating a custom composefile.
2024-12-17 15:26:54 +01:00

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 %>'