Skip to content

Commit

Permalink
[BUGFIX] Fixed docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisBurger committed Apr 9, 2024
1 parent 9d7b2cd commit ce0427f
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 @@ -13,5 +13,7 @@ services:
- postgres
image: ghcr.io/mathisburger/immowealth:latest
platform: linux/amd64
environment:
DATABASE_URL: jdbc:postgresql://postgres:5432/immowealth
ports:
- "8081:8080"

0 comments on commit ce0427f

Please sign in to comment.