fix compose file

This commit is contained in:
Torben Haack 2024-10-09 14:33:56 +02:00
parent f5a3a51a5a
commit b32a544972

View File

@ -4,9 +4,9 @@ services:
context: . context: .
dockerfile: Containerfile dockerfile: Containerfile
ports: ports:
- "3000:3000" - "REMOTE:3000"
environment: environment:
OAUTH_CLIENT_ID: 521f431132202fd5225d OAUTH_CLIENT_ID: example-client-id
OAUTH_CLIENT_SECRET: 12084446d467ad4bce75ace54d881a8287321d32 OAUTH_CLIENT_SECRET: example-client-secret
volumes: volumes:
- /tmp/docker-test-db:/usr/src/app/db - /srv/MYP-DB:/usr/src/app/db