Skip to content

Commit ba63c4a

Browse files
committed
Switch image
1 parent 64a3eba commit ba63c4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose/stellio.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)