Rename 'schoolsinmotion/.' Docker image names

This commit is contained in:
Wolfgang Huß 2020-12-17 18:38:19 +01:00
parent 6ddec41be2
commit cd61a32a4c

View File

@ -2,7 +2,7 @@ version: "3.4"
services:
webapp:
image: schoolsinmotion/webapp:build-and-test
image: ocelotsocialnetwork/develop-webapp:build-and-test
build:
context: webapp
target: build-and-test
@ -15,7 +15,7 @@ services:
volumes:
- webapp_node_modules:/nitro-web/node_modules
backend:
image: schoolsinmotion/backend:build-and-test
image: ocelotsocialnetwork/develop-backend:build-and-test
build:
context: backend
target: build-and-test