mirror of
https://github.com/TeamPiped/Piped-Docker.git
synced 2024-08-14 23:56:53 +00:00
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:
parent
9585a063fd
commit
fa32dfa43d
1 changed files with 3 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue