2024-10-09 14:37:17 +02:00

14 lines
294 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
restart: unless-stopped