Add volume to proxstar-postgres

This commit is contained in:
Will Nilges 2021-10-15 22:17:06 -04:00
parent 6ab066d5b6
commit d36a5a3355
3 changed files with 8 additions and 2 deletions

View file

@ -12,3 +12,9 @@ services:
- 127.0.0.1:5432:5432
environment:
POSTGRES_PASSWORD: tits12348
volumes:
- type: volume
source: proxstar-postgres
target: /var/lib/postgresql/data
volumes:
proxstar-postgres: