Files
MyMovieDB/docker-compose.yml
jonnybravo 370974a57d
Some checks failed
Deploy to ras-dan-01 / deploy (push) Has been cancelled
init
2025-08-26 14:35:48 +02:00

10 lines
230 B
YAML

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