wifi-graber/backend/docker-compose.yaml
2025-04-14 19:26:13 +03:00

10 lines
168 B
YAML

services:
backend:
build: .
ports:
- "8000:8000"
volumes:
- .:/app/db
restart: unless-stopped
environment:
- PYTHONUNBUFFERED=1