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