Skip to content

Commit

Permalink
Update docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
mapeveri committed Jul 21, 2024
1 parent 4d155a9 commit 552e680
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.2'
services:
app:
image: languages
Expand All @@ -18,7 +17,7 @@ services:
- rabbitmq

db:
image: postgres
image: postgres:15
environment:
POSTGRES_DB: ${POSTGRES_DATABASE}
POSTGRES_USER: ${POSTGRES_USER}
Expand Down

0 comments on commit 552e680

Please sign in to comment.