We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ed7b3 commit 5d9c5b4Copy full SHA for 5d9c5b4
docker-compose.yaml
@@ -12,7 +12,7 @@ services:
12
build:
13
context: .
14
dockerfile: ./gateway/Dockerfile-gateway
15
- image: ghcr.io/biosimulators/compose-gateway:0.0.6 # stable is 0.0.4
+ image: ghcr.io/biosimulators/compose-gateway:0.0.7 # stable is 0.0.4
16
container_name: gateway
17
ports:
18
- "3001:3001"
@@ -28,7 +28,7 @@ services:
28
29
30
dockerfile: ./worker/Dockerfile-worker
31
- image: ghcr.io/biosimulators/compose-worker:0.0.3 # stable is 0.0.2
+ image: ghcr.io/biosimulators/compose-worker:0.0.4 # stable is 0.0.2
32
container_name: worker
33
networks:
34
- compnet
0 commit comments