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
49
49
```
50
50
# Run external dependency (Vault for secret management)
51
51
52
- docker compose -f devel/docker- compose.yml up
52
+ docker compose -f devel/compose.yml up
53
53
54
54
# Run the service
55
55
make -C app/artifact-cas run
Original file line number Diff line number Diff line change 1
1
# Configuration file meant to be used in the development environment.
2
2
# 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
5
5
server :
6
6
http :
7
7
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
36
36
```
37
37
# Run external dependencies (Dex for OIDC, bitnami/postgreSQL container for persistence and Vault for secret management)
38
38
39
- docker compose -f devel/docker- compose.yml up
39
+ docker compose -f devel/compose.yml up
40
40
41
41
# Run the control plane
42
42
make -C app/controlplane run
Original file line number Diff line number Diff line change 1
1
# Configuration file meant to be used in the development environment.
2
2
# 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
5
5
server :
6
6
http :
7
7
addr : 0.0.0.0:8000
File renamed without changes.
You can’t perform that action at this time.
0 commit comments