Files
webfortilog/compose.yaml
2026-04-27 09:48:55 +02:00

17 lines
209 B
YAML

services:
web:
build:
context: .
target: production
ports:
- "8000:8000"
env_file:
- env
test:
build:
context: .
target: test
env_file:
- env