Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Custodio <[email protected]>
  • Loading branch information
leonardocustodio authored Sep 12, 2024
1 parent 244656e commit 65d8995
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ services:

decoder:
platform: linux/amd64
image: enjin/platform-decoder:v1.10.0
image: enjin/platform-decoder:v2.0.1
restart: unless-stopped
ports:
- "${DECODER_EXTERNAL_PORT}:8090"

app:
image: enjin/platform:v1.10.0
image: enjin/platform:v1.11.0
build:
context: .
dockerfile: configs/core/Dockerfile
Expand All @@ -50,7 +50,7 @@ services:
- "host.docker.internal:host-gateway"

websocket:
image: enjin/platform:v1.10.0
image: enjin/platform:v1.11.0
build:
context: .
dockerfile: configs/core/Dockerfile
Expand All @@ -66,7 +66,7 @@ services:
- "host.docker.internal:host-gateway"

ingest:
image: enjin/platform:v1.10.0
image: enjin/platform:v1.11.0
build:
context: .
dockerfile: configs/core/Dockerfile
Expand All @@ -80,7 +80,7 @@ services:
- "host.docker.internal:host-gateway"

relay:
image: enjin/platform:v1.10.0
image: enjin/platform:v1.11.0
build:
context: .
dockerfile: configs/core/Dockerfile
Expand All @@ -93,7 +93,7 @@ services:
- "host.docker.internal:host-gateway"

beam:
image: enjin/platform:v1.10.0
image: enjin/platform:v1.11.0
build:
context: .
dockerfile: configs/core/Dockerfile
Expand Down

0 comments on commit 65d8995

Please sign in to comment.