13 lines
294 B
YAML
13 lines
294 B
YAML
services:
|
|
app:
|
|
build:
|
|
context: .
|
|
dockerfile: Containerfile
|
|
ports:
|
|
- "3000:3000"
|
|
environment:
|
|
OAUTH_CLIENT_ID: 521f431132202fd5225d
|
|
OAUTH_CLIENT_SECRET: 12084446d467ad4bce75ace54d881a8287321d32
|
|
volumes:
|
|
- /tmp/docker-test-db:/usr/src/app/db
|