This commit is contained in:
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user