Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
squi-ddy authored Aug 12, 2024
1 parent dbc6009 commit be5ceee
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ services:
ports:
- "3000:8000"
- "3001:8001"
depends_on:
- website-backend
- website-frontend
- peerly-backend
- peerly-frontend

include:
- peerly/docker-compose.ci.yml
- peerly/docker-compose.ci.yml

0 comments on commit be5ceee

Please sign in to comment.