2024-10-09 14:33:56 +02:00

13 lines
266 B
YAML

services:
app:
build:
context: .
dockerfile: Containerfile
ports:
- "REMOTE:3000"
environment:
OAUTH_CLIENT_ID: example-client-id
OAUTH_CLIENT_SECRET: example-client-secret
volumes:
- /srv/MYP-DB:/usr/src/app/db