Skip to content

Commit

Permalink
Remove platform
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Dec 4, 2023
1 parent d4db68f commit 8a8bf05
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker-compose/stellio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ services:
labels:
org.fiware: 'tutorial'
image: quay.io/fiware/stellio-api-gateway:${STELLIO_DOCKER_TAG}
platform: linux/amd64
environment:
- SPRING_PROFILES_ACTIVE=docker
ports:
Expand All @@ -17,7 +16,6 @@ services:
labels:
org.fiware: 'tutorial'
image: quay.io/fiware/stellio-search-service:${STELLIO_DOCKER_TAG}
platform: linux/amd64
environment:
- SPRING_PROFILES_ACTIVE=docker
- SPRING_R2DBC_URL=r2dbc:postgresql://postgres/stellio_search
Expand All @@ -39,7 +37,6 @@ services:
labels:
org.fiware: 'tutorial'
image: quay.io/fiware/stellio-subscription-service:${STELLIO_DOCKER_TAG}
platform: linux/amd64
environment:
- SPRING_PROFILES_ACTIVE=docker
- SPRING_R2DBC_URL=r2dbc:postgresql://postgres/stellio_subscription
Expand Down

0 comments on commit 8a8bf05

Please sign in to comment.