Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ZebraHr committed Aug 17, 2023
1 parent 37c92f4 commit 0c0b0df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docker-compose.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ services:
ports:
- 9000:80
depends_on:
- backend -frontend
- backend
- frontend
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ services:
- static:/static
- media:/app/media/
depends_on:
- backend -frontend
- backend
- frontend

0 comments on commit 0c0b0df

Please sign in to comment.