File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ services:
2222 hostname : stellio
2323 labels :
2424 org.fiware : ' tutorial'
25- image : stellio /stellio-api-gateway:${STELLIO_DOCKER_TAG}
25+ image : quay.io/fiware /stellio-api-gateway:${STELLIO_DOCKER_TAG}
2626 environment :
2727 - SPRING_PROFILES_ACTIVE=docker
2828 ports :
@@ -34,7 +34,7 @@ services:
3434 container_name : stellio-search-service
3535 labels :
3636 org.fiware : ' tutorial'
37- image : stellio /stellio-search-service:${STELLIO_DOCKER_TAG}
37+ image : quay.io/fiware /stellio-search-service:${STELLIO_DOCKER_TAG}
3838 environment :
3939 - SPRING_PROFILES_ACTIVE=docker
4040 - SPRING_R2DBC_URL=r2dbc:postgresql://postgres/stellio_search
@@ -57,7 +57,7 @@ services:
5757 container_name : stellio-subscription-service
5858 labels :
5959 org.fiware : ' tutorial'
60- image : stellio/ stellio-subscription-service:${STELLIO_DOCKER_TAG}
60+ image : quay.io/fiware/ stellio-subscription-service:${STELLIO_DOCKER_TAG}
6161 environment :
6262 - SPRING_PROFILES_ACTIVE=docker
6363 - SPRING_R2DBC_URL=r2dbc:postgresql://postgres/stellio_subscription
You can’t perform that action at this time.
0 commit comments