Skip to content

Commit

Permalink
Updated Compose naming
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Jun 13, 2024
1 parent 12a76a6 commit 49e1fbb
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ gradlew build

## Test
```
docker compose -f build.yml up
docker compose -f build.yaml up
```
Wait for containers to start then:
```
Expand Down
4 changes: 2 additions & 2 deletions build.yml → build.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
services:
softioc:
extends:
file: docker-compose.yml
file: compose.yaml
service: softioc

epics2web:
extends:
file: docker-compose.yml
file: compose.yaml
service: epics2web
build:
context: .
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docker-compose.yml → compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
softioc:
extends:
file: deps.yml
file: deps.yaml
service: softioc

epics2web:
Expand Down
File renamed without changes.

0 comments on commit 49e1fbb

Please sign in to comment.