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: services:
webapp: webapp:
image: schoolsinmotion/webapp:build-and-test image: ocelotsocialnetwork/develop-webapp:build-and-test
build: build:
context: webapp context: webapp
target: build-and-test target: build-and-test
@ -15,7 +15,7 @@ services:
volumes: volumes:
- webapp_node_modules:/nitro-web/node_modules - webapp_node_modules:/nitro-web/node_modules
backend: backend:
image: schoolsinmotion/backend:build-and-test image: ocelotsocialnetwork/develop-backend:build-and-test
build: build:
context: backend context: backend
target: build-and-test target: build-and-test