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