add secrets to client
This commit is contained in:
parent
baf5bc4d36
commit
123548064e
@ -3,9 +3,7 @@ services:
|
|||||||
image: myp-rp:latest
|
image: myp-rp:latest
|
||||||
ports:
|
ports:
|
||||||
- "REMOTE:3000"
|
- "REMOTE:3000"
|
||||||
environment:
|
env_file: /run/myp-prod/.env
|
||||||
OAUTH_CLIENT_ID: example-client-id
|
|
||||||
OAUTH_CLIENT_SECRET: example-client-secret
|
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/MYP-DB:/usr/src/app/db
|
- /srv/MYP-DB:/usr/src/app/db
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
Loading…
x
Reference in New Issue
Block a user