fix compose file
This commit is contained in:
@ -4,9 +4,9 @@ services:
|
||||
context: .
|
||||
dockerfile: Containerfile
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "REMOTE:3000"
|
||||
environment:
|
||||
OAUTH_CLIENT_ID: 521f431132202fd5225d
|
||||
OAUTH_CLIENT_SECRET: 12084446d467ad4bce75ace54d881a8287321d32
|
||||
OAUTH_CLIENT_ID: example-client-id
|
||||
OAUTH_CLIENT_SECRET: example-client-secret
|
||||
volumes:
|
||||
- /tmp/docker-test-db:/usr/src/app/db
|
||||
- /srv/MYP-DB:/usr/src/app/db
|
||||
|
Reference in New Issue
Block a user