Skip to content

Commit

Permalink
update docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Aug 30, 2024
1 parent 19e55f7 commit 678bf23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: '3.4'
services:
db:
image: postgres:12.2-alpine
image: postgres:16.4-alpine
environment:
POSTGRES_PASSWORD: $PGPASSWORD
PGPASSWORD: $PGPASSWORD
PGUSER: $PGUSER
PGDATA: /var/lib/postgresql/data/pgdata
Expand Down
2 changes: 1 addition & 1 deletion setup-database.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
set -oe allexport
source ./.env
source .env

# Prepare Dialyzer if the project has Dialyxer set up
# if mix help dialyzer >/dev/null 2>&1
Expand Down

0 comments on commit 678bf23

Please sign in to comment.