Compare commits
1 Commits
c9f174e828
...
v1.1.3
| Author | SHA1 | Date | |
|---|---|---|---|
| 554f958ba2 |
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
mb-grid-app:
|
mb-grid-app:
|
||||||
image: git.infra.mintel.me/mmintel/mb-grid-solutions:${IMAGE_TAG:-latest}
|
image: registry.infra.mintel.me/mintel/mb-grid-solutions:${IMAGE_TAG:-latest}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
@@ -39,7 +39,7 @@ services:
|
|||||||
start_period: 30s
|
start_period: 30s
|
||||||
|
|
||||||
mb-grid-gatekeeper:
|
mb-grid-gatekeeper:
|
||||||
image: git.infra.mintel.me/mmintel/gatekeeper:testing
|
image: registry.infra.mintel.me/mintel/gatekeeper:testing
|
||||||
container_name: ${PROJECT_NAME:-mb-grid-solutions}-gatekeeper
|
container_name: ${PROJECT_NAME:-mb-grid-solutions}-gatekeeper
|
||||||
profiles: [ "gatekeeper" ]
|
profiles: [ "gatekeeper" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user