Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Merge branch 'dev' into add-new-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
lainio committed May 21, 2024
2 parents 0bc93ce + 5221d51 commit 857a195
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/fullstack/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ services:
vault-db:
image: postgres:13.1-alpine
volumes:
- .data/vault:/var/lib/postgresql/data
- .data/vault:/var/lib/postgresql/data:Z
environment:
PGDATA: /var/lib/pg_data
POSTGRES_DB: "vault"
POSTGRES_PASSWORD: "password"

0 comments on commit 857a195

Please sign in to comment.