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
1 changed files with 3 additions and 2 deletions

View File

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