Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move backups out of the Devilbox #707

Closed
llaville opened this issue Jun 2, 2020 · 3 comments
Closed

Move backups out of the Devilbox #707

llaville opened this issue Jun 2, 2020 · 3 comments
Labels

Comments

@llaville
Copy link
Contributor

llaville commented Jun 2, 2020

ISSUE TYPE

  • Feature request

SUMMARY

Following the Best Practice to move data out of the Devilbox, I would like to have the same way for backups.

Goal

To do it, I've :

  • added a non official HOST_PATH_BACKUPDIR env var in my .env file
  • added a docker-compose.override.yml file with such content
# IMPORTANT: The version must match the version of docker-compose.yml
---
version: '2.3'

services:
  php:
    volumes:
      # Mount Backup directory
      - ${HOST_PATH_BACKUPDIR}:/shared/backups:rw${MOUNT_OPTIONS}
@stale
Copy link

stale bot commented Aug 31, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the issue:stale This issue has become stale and is marked for auto-close label Aug 31, 2020
@cytopia cytopia removed the issue:stale This issue has become stale and is marked for auto-close label Aug 31, 2020
@llaville
Copy link
Contributor Author

@cytopia Thanks to include it in upcoming release

@cytopia
Copy link
Owner

cytopia commented Nov 14, 2020

Fixed here: #750

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants