Files

13 lines
187 B
YAML
Raw Permalink Normal View History

2026-01-23 08:55:18 +01:00
services:
web:
build: .
ports:
- "8000:5000"
develop:
watch:
- action: sync
path: .
target: /code
redis:
image: "redis:alpine"