Skip to content

Commit

Permalink
split docker-compose.yml in two files
Browse files Browse the repository at this point in the history
  • Loading branch information
eloiferrer committed Jan 16, 2024
1 parent 0963b64 commit 3e128eb
Show file tree
Hide file tree
Showing 3 changed files with 491 additions and 490 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
MW_ADMIN_PASS=${{ secrets.MW_ADMIN_PASS }}
DB_PASS=${{ secrets.DB_PASS }}
docker network create test &&
docker-compose -f docker-compose.yml -f docker-compose-ci.yml up -d
docker-compose -f docker-compose.yml -f docker-compose-extra.yml -f docker-compose-ci.yml up -d
# pauses CI execution and prints a temporary ssh url to the server for debugging
#-
Expand Down
Loading

0 comments on commit 3e128eb

Please sign in to comment.