10 lines
169 B
YAML
10 lines
169 B
YAML
services:
|
|
app:
|
|
build: .
|
|
restart: unless-stopped
|
|
ports:
|
|
- "5000:5000"
|
|
env_file: .env
|
|
volumes:
|
|
- ./questions.yaml:/app/questions.yaml:ro
|