File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Refer to [development guide](../../devel/README.md) for more information but in
4949```
5050# Run external dependency (Vault for secret management)
5151
52- docker compose -f devel/docker- compose.yml up
52+ docker compose -f devel/compose.yml up
5353
5454# Run the service
5555make -C app/artifact-cas run
Original file line number Diff line number Diff line change 11# Configuration file meant to be used in the development environment.
22# it assumes some services are running in the host machine, like vault
3- # Please make sure you run those via the convenience docker- compose file
4- # [root]/devel/docker- compose.yaml
3+ # Please make sure you run those via the convenience docker compose file
4+ # [root]/devel/compose.yml
55server :
66 http :
77 addr : 0.0.0.0:8001
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Refer to [development guide](../../devel/README.md) for more information but in
3636```
3737# Run external dependencies (Dex for OIDC, bitnami/postgreSQL container for persistence and Vault for secret management)
3838
39- docker compose -f devel/docker- compose.yml up
39+ docker compose -f devel/compose.yml up
4040
4141# Run the control plane
4242make -C app/controlplane run
Original file line number Diff line number Diff line change 11# Configuration file meant to be used in the development environment.
22# it assumes some services are running in the host machine, like vault
3- # Please make sure you run those via the convenience docker- compose file
4- # [root]/devel/docker- compose.yaml
3+ # Please make sure you run those via the convenience docker compose file
4+ # [root]/devel/compose.yml
55server :
66 http :
77 addr : 0.0.0.0:8000
File renamed without changes.
You can’t perform that action at this time.
0 commit comments