Files
PythonFlaskAusgaben/docker-compose.yml
2025-03-20 10:25:05 +01:00

11 lines
166 B
YAML

services:
python-app:
build:
context: .
dockerfile: Dockerfile
ports:
- "5080:5080"
volumes:
- .:/app
restart: on-failure:3