Skip to content

Commit

Permalink
Updating Docker Compose setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisstritzke committed Aug 14, 2022
1 parent edaf9b8 commit c45862d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2.0'
version: "3.8"
services:
moneytracker:
image: "dstritzke/money-tracker:1.0.1"
image: dstritzke/money-tracker:latest
environment:
- SPRING_DATASOURCE_URL=jdbc:postgresql://postgres:5432/moneytracker
- SPRING_DATASOURCE_USERNAME=moneytracker
Expand All @@ -12,7 +12,7 @@ services:
depends_on:
- postgres
postgres:
image: "postgres:9.6.5-alpine"
image: postgres:14.5-alpine
environment:
- POSTGRES_PASSWORD=money
- POSTGRES_USER=moneytracker
Expand Down

0 comments on commit c45862d

Please sign in to comment.