Skip to content

Commit 5d9c5b4

Browse files
committed
bump for deploy
1 parent 70ed7b3 commit 5d9c5b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
build:
1313
context: .
1414
dockerfile: ./gateway/Dockerfile-gateway
15-
image: ghcr.io/biosimulators/compose-gateway:0.0.6 # stable is 0.0.4
15+
image: ghcr.io/biosimulators/compose-gateway:0.0.7 # stable is 0.0.4
1616
container_name: gateway
1717
ports:
1818
- "3001:3001"
@@ -28,7 +28,7 @@ services:
2828
build:
2929
context: .
3030
dockerfile: ./worker/Dockerfile-worker
31-
image: ghcr.io/biosimulators/compose-worker:0.0.3 # stable is 0.0.2
31+
image: ghcr.io/biosimulators/compose-worker:0.0.4 # stable is 0.0.2
3232
container_name: worker
3333
networks:
3434
- compnet

0 commit comments

Comments
 (0)