Update images in docker-compose
This commit is contained in:
@@ -3,7 +3,7 @@ version: '3'
|
||||
services:
|
||||
frontend:
|
||||
build: .
|
||||
image: git.sahkoinsinoorikilta.fi:4567/vtmk/web2.0-frontend-prod
|
||||
image: registry.gitlab.com/sahkoinsinoorikilta/vtmk/web2.0-frontend/frontend-prod
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
|
||||
+2
-2
@@ -3,7 +3,7 @@ version: '3'
|
||||
services:
|
||||
frontend:
|
||||
build: .
|
||||
image: git.sahkoinsinoorikilta.fi:4567/vtmk/web2.0-frontend
|
||||
image: registry.gitlab.com/sahkoinsinoorikilta/vtmk/web2.0-frontend/frontend
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
@@ -11,7 +11,7 @@ services:
|
||||
|
||||
mock-backend:
|
||||
build: .
|
||||
image: git.sahkoinsinoorikilta.fi:4567/vtmk/web2.0-frontend-mock-backend
|
||||
image: registry.gitlab.com/sahkoinsinoorikilta/vtmk/web2.0-frontend/frontend-mock-backend
|
||||
ports:
|
||||
- "1234:1234"
|
||||
command: npm run mock-backend
|
||||
|
||||
Reference in New Issue
Block a user