Merge pull request #16 from jkaninda/develop
Update docker compose example files
This commit is contained in:
@@ -7,6 +7,8 @@ services:
|
|||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -c
|
||||||
- bkup --operation backup --dbname database_name
|
- bkup --operation backup --dbname database_name
|
||||||
|
volumes:
|
||||||
|
- ./backup:/backup
|
||||||
environment:
|
environment:
|
||||||
- DB_PORT=5432
|
- DB_PORT=5432
|
||||||
- DB_HOST=postgress
|
- DB_HOST=postgress
|
||||||
|
|||||||
Reference in New Issue
Block a user