t1
Some checks failed
Gitea Actions Demo / build-and-deploy (push) Failing after 3s

This commit is contained in:
changsongdong
2025-11-04 21:07:58 +08:00
parent c74ad94102
commit 5617024619
3 changed files with 52 additions and 2 deletions

View File

@ -0,0 +1,14 @@
version: "3.8"
services:
app:
build: .
container_name: python_app
restart: always
ports:
- "8000:8000"
environment:
- PYTHONUNBUFFERED=1
volumes:
- .:/app
command: python main.py