File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -432,7 +432,7 @@ services:
432432 # client -> docroot
433433 # api -> sbs-server:8080
434434 sbs :
435- image : ghcr.io/surfscz/sram-sbs-client:openconext-dev
435+ image : ghcr.io/surfscz/sram-sbs-client:main
436436 networks :
437437 coreconextdev :
438438 hostname : sbs.docker
@@ -443,7 +443,7 @@ services:
443443 - " sbs"
444444
445445 sbs-server :
446- image : ghcr.io/surfscz/sram-sbs-server:openconext-dev
446+ image : ghcr.io/surfscz/sram-sbs-server:main
447447 environment :
448448 TESTING : 1
449449 PROFILE : " local"
Original file line number Diff line number Diff line change 11---
22services :
33 sbs :
4- image : ghcr.io/surfscz/sram-sbs:openconext-dev
4+ image : ghcr.io/surfscz/sram-sbs:main
55 networks :
66 coreconextdev :
77 hostname : sbs.docker
@@ -35,7 +35,7 @@ services:
3535 - " sbs"
3636
3737 sbs-server :
38- image : ghcr.io/surfscz/sram-sbs-server:openconext-dev
38+ image : ghcr.io/surfscz/sram-sbs-server:main
3939 environment :
4040 TESTING : 1
4141 PROFILE : " local"
You can’t perform that action at this time.
0 commit comments