mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
adds postgres backup controls to production config
This commit is contained in:
parent
ec0062dd75
commit
9a4c149765
|
@ -1,7 +1,7 @@
|
|||
version: '2'
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:9.5
|
||||
build: ./compose/postgres
|
||||
volumes:
|
||||
- /data/{{cookiecutter.repo_name}}/postgres:/var/lib/postgresql/data
|
||||
- /data/{{cookiecutter.repo_name}}/postgres-backups:/backups
|
||||
|
|
Loading…
Reference in New Issue
Block a user