We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f7d408 commit 7a2d739Copy full SHA for 7a2d739
docker-compose.yml
@@ -229,7 +229,7 @@ services:
229
BACKUP_FILENAME: 'backup-%Y-%m-%dT%H-%M-%S.tar.gz'
230
BACKUP_RETENTION_DAYS: '7'
231
EXEC_LABEL: 'database'
232
- #BACKUP_EXCLUDE_REGEXP: 'folder|folder|file|\\.log$$'
+ BACKUP_EXCLUDE_REGEXP: 'webapp/bin|webapp/migrations|webapp/src|webapp/tests|webapp/var|webapp/vendor|\\.log$$'
233
234
networks:
235
backend: null
0 commit comments