feat: fixate remaining image versions

This commit is contained in:
Michel Jonathan Schmitz
2019-07-25 09:56:19 +02:00
parent d6a2f125f4
commit 19e556c76e

View File

@@ -9,7 +9,7 @@ services:
restart: unless-stopped restart: unless-stopped
backend: backend:
image: registry.gitlab.com/openstapps/backend/default:master image: registry.gitlab.com/openstapps/backend/default:core-0.23
environment: environment:
ES_PORT_9200_TCP_ADDR: database ES_PORT_9200_TCP_ADDR: database
ES_PORT_9200_TCP_PORT: 9200 ES_PORT_9200_TCP_PORT: 9200
@@ -28,7 +28,7 @@ services:
- database - database
api: api:
image: registry.gitlab.com/openstapps/api/copy:v0.0.3 image: registry.gitlab.com/openstapps/api/copy:core-0.23
links: links:
- "backend" - "backend"