Skip to content

Commit

Permalink
chore: Added named docker-compose for monorepos
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Apr 10, 2024
1 parent 1d7f233 commit 9afbc97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.restore.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Restoring from a backup into development environment
# Separate file to avoid running the restore services when using docker-compose up
# docker compose -f docker-compose.restore.yml --env-file .env.local run --rm restore_files
version: '3.6'
name: skeleton
services:
restore_files:
# Keep the same hostname for all Restic services
Expand Down
1 change: 1 addition & 0 deletions docker-compose.symfony.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#
# Only use this docker compose template if you prefer using symfony server:start
#
name: skeleton
services:
db:
build:
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: skeleton
services:
db:
build:
Expand Down

0 comments on commit 9afbc97

Please sign in to comment.