Skip to content

Commit 1aa123a

Browse files
authored
chore: rename docker-compose.yml to compose.yml (#58)
Signed-off-by: Wojciech Kocjan <wojciech@kocjan.org>
1 parent 9c3a05e commit 1aa123a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

app/artifact-cas/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
5555
make -C app/artifact-cas run

app/artifact-cas/configs/config.devel.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
55
server:
66
http:
77
addr: 0.0.0.0:8001

app/controlplane/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
4242
make -C app/controlplane run

app/controlplane/configs/config.devel.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
55
server:
66
http:
77
addr: 0.0.0.0:8000
File renamed without changes.

0 commit comments

Comments
 (0)