Skip to content
Snippets Groups Projects
Commit f77909d1 authored by Nik | Klampfradler's avatar Nik | Klampfradler Committed by root
Browse files

[Docker] Set backup path to data volume

parent 4963c360
No related branches found
No related tags found
1 merge request!223Resolve "Re-add django-dbbackup"
Pipeline #1348 failed
......@@ -22,6 +22,7 @@ services:
- ALEKSIS_caching__memcached__enabled=true
- ALEKSIS_database__host=db
- ALEKSIS_maintenance__debug=${ALEKSIS_maintenance__debug:-false}
- ALEKSIS_backup__location=/var/lib/aleksis/backups
depends_on:
- db
- memcached
......@@ -38,6 +39,7 @@ services:
- ALEKSIS_caching__memcached__enabled=true
- ALEKSIS_database__host=db
- ALEKSIS_maintenance__debug=${ALEKSIS_maintenance__debug:-false}
- ALEKSIS_backup__location=/var/lib/aleksis/backups
depends_on:
- app
scheduler:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment