File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments