11 lines
169 B
YAML
11 lines
169 B
YAML
services:
|
|
portal:
|
|
build: .
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8080:8000"
|
|
env_file:
|
|
- .env
|
|
volumes:
|
|
- ./app/static:/app/app/static
|