Bachelorthesis_Code/docker-compose.prod.yml

15 lines
290 B
YAML
Raw Normal View History

2021-05-05 01:08:58 +00:00
version: '3.7'
services:
frontend_bt:
image: caminsha/bt-frontend
2021-07-13 18:25:02 +00:00
container_name: frontend-prod
2021-05-05 01:08:58 +00:00
ports:
- 3000:3000
backend-prod:
image: caminsha/bt-backend
2021-07-13 18:25:02 +00:00
container_name: frontend-prod
environment:
DEBUG: "no"
PORT: 5000
HOST: "0.0.0.0"