Files
demo/docker-compose.yml
changsongdong a96ed1a783
All checks were successful
Gitea Actions Demo / build-and-deploy (push) Successful in 3s
t3
2025-11-04 21:47:41 +08:00

11 lines
179 B
YAML

version: "3.8"
services:
app:
image: demo:latest
container_name: python_app
restart: always
environment:
- PYTHONUNBUFFERED=1
command: python main.py