Using a script to set up the database properties file

this will allow us to use a consistend environment file
to set up everything
This commit is contained in:
Bento Silveira 2023-07-23 12:39:53 -03:00 committed by Nerdeiro da Silva
parent 9585a063fd
commit fa32dfa43d
No known key found for this signature in database
GPG key ID: E50EFBA12C1ED3CD

View file

@ -25,8 +25,9 @@ services:
restart: unless-stopped restart: unless-stopped
env_file: env_file:
- configuration.env - configuration.env
# volumes: volumes:
# - ./config/config.properties:/app/config.properties:ro - ./entrypoint.d/backend-startup.sh:/app/backend-startup.sh:ro
command: /bin/sh /app/backend-startup.sh
depends_on: depends_on:
- postgres - postgres
nginx: nginx: