Skip to content

Commit 8da9d6d

Browse files
committed
update blah2-stack version
1 parent 5c93813 commit 8da9d6d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313

1414
blah2:
1515
restart: always
16-
image: ghcr.io/offworldlabs/blah2:v0.1.5
16+
image: ghcr.io/offworldlabs/blah2:v0.2.0
1717
tty: true
1818
depends_on:
1919
config-merger:
@@ -41,7 +41,7 @@ services:
4141

4242
blah2_web:
4343
restart: always
44-
image: ghcr.io/offworldlabs/blah2-web:v0.1.5
44+
image: ghcr.io/offworldlabs/blah2-web:v0.2.0
4545
ports:
4646
- 49152:80
4747
networks:
@@ -50,7 +50,7 @@ services:
5050

5151
blah2_api:
5252
restart: always
53-
image: ghcr.io/offworldlabs/blah2-api:v0.1.5
53+
image: ghcr.io/offworldlabs/blah2-api:v0.2.0
5454
depends_on:
5555
config-merger:
5656
condition: service_completed_successfully
@@ -64,7 +64,7 @@ services:
6464

6565
blah2_host:
6666
restart: always
67-
image: ghcr.io/offworldlabs/blah2-host:v0.1.5
67+
image: ghcr.io/offworldlabs/blah2-host:v0.2.0
6868
ports:
6969
- "8080:80"
7070
networks:

0 commit comments

Comments
 (0)