This commit is contained in:
2026-04-24 20:38:31 +03:00
commit 9138512e2f
8 changed files with 108 additions and 0 deletions

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
services:
app:
build: .
ports:
- '8000:8000'
env_file:
- .env
restart: unless-stopped