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