1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-23 06:31:49 +00:00

Added backups

This commit is contained in:
David Young
2017-08-18 23:32:43 +12:00
parent 086f2e972f
commit 9f794a9d08
2 changed files with 29 additions and 5 deletions

View File

@@ -84,6 +84,7 @@ services:
env_file: /var/data/ttrss/ttrss.env
volumes:
- /var/data/ttrss/database-dump:/dump
- /etc/localtime:/etc/localtime:ro
entrypoint: |
bash -c 'bash -s <<EOF
trap "break;exit" SIGHUP SIGINT SIGTERM