File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# NOTE: This setup is meant to be used for development purposes only.
22services :
33 postgresql :
4- image : docker .io/bitnami/ postgresql:16
4+ image : " ghcr .io/chainloop-dev/chainloop/ postgresql:16.4.0 "
55 # Expose the port to the host to enable baremetal controlplane development
66 ports :
77 - 5432:5432
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ services:
77 dex :
88 volumes :
99 - " .:/wd"
10- image : docker .io/bitnami/ dex:2
10+ image : " ghcr .io/chainloop-dev/chainloop/ dex:2.43.1 "
1111 working_dir : /wd/dex
1212 command : " serve config.labs.yaml"
1313 ports :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ services:
88 dex :
99 volumes :
1010 - " .:/wd"
11- image : docker .io/bitnami/ dex:2
11+ image : " ghcr .io/chainloop-dev/chainloop/ dex:2.43.1 "
1212 working_dir : /wd/dex
1313 command : " serve config.dev.yaml"
1414 ports :
You can’t perform that action at this time.
0 commit comments