use env files instead of .env
This commit is contained in:
parent
8dc9772705
commit
7c93eedbb4
@ -3,7 +3,7 @@ services:
|
||||
image: myp-rp:latest
|
||||
ports:
|
||||
- "80:3000"
|
||||
env_file: /srv/myp-env/.env
|
||||
volumes:
|
||||
- /srv/MYP-DB:/usr/src/app/db
|
||||
- /srv/myp-env/.env:/usr/src/app/.env.local:ro
|
||||
restart: unless-stopped
|
||||
|
Loading…
x
Reference in New Issue
Block a user