Skip to content

Commit

Permalink
feat: docker compose
Browse files Browse the repository at this point in the history
Add compose packages
  • Loading branch information
KonsumGandalf committed Apr 27, 2024
1 parent 7cc6c0c commit 4764da3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
backend:
depends_on:
- postgres
# image: ghcr.io/amosproj/amos2024ss01-xcelerator-demo-app-backend
image: ghcr.io/amosproj/amos2024ss01-xcelerator-demo-app-backend
build:
context: .
target: production
Expand All @@ -43,7 +43,7 @@ services:
frontend:
depends_on:
- backend
# image: ghcr.io/amosproj/amos2024ss01-xcelerator-demo-app-frontend
image: ghcr.io/amosproj/amos2024ss01-xcelerator-demo-app-frontend
build:
context: .
target: production
Expand Down

0 comments on commit 4764da3

Please sign in to comment.