Skip to content

Commit

Permalink
fix: docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ForsbergPhilip committed Nov 14, 2024
1 parent 0d5427c commit 136802b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
context: .
dockerfile: .docker/dockerfiles/frontend
target: develop
image: diamonds2_base:latest
environment:
- VITE_API_BASE_URL=http://backend:3000/api
volumes:
Expand All @@ -28,6 +29,7 @@ services:
- ./packages/prisma:/app/prisma
depends_on:
- database
image: diamonds2_base:latest
environment:
ENVIRONMENT: development
DATABASE_URL: postgresql://diamonds:password@database:5433/diamonds?schema=public
Expand Down

0 comments on commit 136802b

Please sign in to comment.