Comment out build keys

This commit is contained in:
Manuel Hude 2021-03-24 18:52:06 +01:00
parent e9b0376f22
commit d8db9db472

View File

@ -1,15 +1,15 @@
version: "2" version: "2"
# INFO: to not build but just pull - comment out build keys # INFO: to not build but just pull - build keys are commented out
services: services:
waecm_g4_be: waecm_g4_be:
container_name: waecm_g4_be_container container_name: waecm_g4_be_container
hostname: waecm_g4_be hostname: waecm_g4_be
image: pfingstfrosch/waecm-2021-group-04-bsp-1-be image: pfingstfrosch/waecm-2021-group-04-bsp-1-be
build: # build:
context: ./backend # context: ./backend
dockerfile: ./Dockerfile # dockerfile: ./Dockerfile
command: python manage.py runserver 0.0.0.0:8000 command: python manage.py runserver 0.0.0.0:8000
ports: ports:
- 8000:8000 - 8000:8000
@ -17,8 +17,8 @@ services:
waecm_g4_fe: waecm_g4_fe:
container_name: waecm_g4_fe_container container_name: waecm_g4_fe_container
image: pfingstfrosch/waecm-2021-group-04-bsp-1-fe image: pfingstfrosch/waecm-2021-group-04-bsp-1-fe
build: # build:
context: ./frontend # context: ./frontend
dockerfile: ./Dockerfile # dockerfile: ./Dockerfile
ports: ports:
- 4200:80 - 4200:80