Skip to content

Commit

Permalink
api,edgecreator-api: Add project name in docker compose files located…
Browse files Browse the repository at this point in the history
… in api subfolders so that they don't interfere with eachother
  • Loading branch information
bperel committed Oct 7, 2024
1 parent 34be637 commit 2cc9f88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/edgecreator/api/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: edgecreator-api
services:
api:
container_name: edgecreator-api
Expand Down
1 change: 1 addition & 0 deletions packages/api/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: ducksmanager-api
services:
api:
container_name: ducksmanager-api
Expand Down

0 comments on commit 2cc9f88

Please sign in to comment.