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 927306c commit e8d7a9dCopy full SHA for e8d7a9d
docker-compose.yml
@@ -228,7 +228,7 @@ services:
228
BACKUP_FILENAME: 'backup-%Y-%m-%dT%H-%M-%S.tar.gz'
229
BACKUP_RETENTION_DAYS: '7'
230
EXEC_LABEL: 'database'
231
- BACKUP_EXCLUDE_REGEXP: 'app|bootstrap|database|tests|vendor|\\.log$$'
+ BACKUP_EXCLUDE_REGEXP: 'webapp/app|webapp/bootstrap|webapp/database|webapp/tests|webapp/vendor|\\.log$$'
232
233
networks:
234
backend: null
0 commit comments