add secrets to client

This commit is contained in:
Torben Haack 2024-10-09 15:30:00 +02:00
parent baf5bc4d36
commit 123548064e

View File

@ -3,9 +3,7 @@ services:
image: myp-rp:latest
ports:
- "REMOTE:3000"
environment:
OAUTH_CLIENT_ID: example-client-id
OAUTH_CLIENT_SECRET: example-client-secret
env_file: /run/myp-prod/.env
volumes:
- /srv/MYP-DB:/usr/src/app/db
restart: unless-stopped