init
Some checks failed
Deploy to ras-dan-01 / deploy (push) Has been cancelled

This commit is contained in:
2025-08-26 14:35:48 +02:00
commit 370974a57d
22 changed files with 1523 additions and 0 deletions

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
services:
web:
build: .
container_name: movie-db-web
ports:
- "5082:5082"
volumes:
- .:/app
restart: always
# command: python3 main.py # Use this if you want to run in foreground for debugging