Files
journal_froid 1d4435089f rebasing .git
2026-01-23 09:59:19 +01:00

13 lines
187 B
YAML
Executable File

services:
web:
build: .
ports:
- "8000:5000"
develop:
watch:
- action: sync
path: .
target: /code
redis:
image: "redis:alpine"