This commit is contained in:
18
docker-compose.yml
Normal file
18
docker-compose.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
services:
|
||||
backend:
|
||||
build: .
|
||||
image: poster-picker-backend:latest
|
||||
environment:
|
||||
- FLASK_ENV=production
|
||||
- TMDB_API_KEY=${TMDB_API_KEY}
|
||||
- TMDB_ACCESS_TOKEN=${TMDB_ACCESS_TOKEN}
|
||||
- SECRET_KEY=${SECRET_KEY}
|
||||
expose:
|
||||
- "5000"
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- poster-picker
|
||||
|
||||
networks:
|
||||
poster-picker:
|
||||
external: true
|
||||
Reference in New Issue
Block a user