docker compose

This commit is contained in:
Ugric
2026-01-30 05:48:49 +00:00
parent 28402ecb31
commit a39dae4d59

View File

@@ -0,0 +1,8 @@
services:
app:
build:
context: .
dockerfile: Dockerfile
ports:
- "7060:8000"
restart: unless-stopped