https://github.com/angelo-v/wordpress-backup-quickstart
Docker compose file to get wordpress with wordpress-backup up-and-running within seconds.
https://github.com/angelo-v/wordpress-backup-quickstart
Last synced: 24 days ago
JSON representation
Docker compose file to get wordpress with wordpress-backup up-and-running within seconds.
- Host: GitHub
- URL: https://github.com/angelo-v/wordpress-backup-quickstart
- Owner: angelo-v
- License: mit
- Created: 2017-01-14T10:23:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-29T06:59:15.000Z (over 4 years ago)
- Last Synced: 2024-11-30T14:07:05.917Z (3 months ago)
- Language: Makefile
- Homepage:
- Size: 3.91 KB
- Stars: 22
- Watchers: 6
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wordpress-backup-quickstart
This is a docker-compose file that helps you getting up-and-running quickly with [wordpress-backup](https://github.com/angelo-v/wordpress-backup).
1. ```git clone [email protected]:angelo-v/wordpress-backup-quickstart.git my-blog```
2. ```cd my-blog```
3. ```make up```On first run you will be asked for the database credentials and configuration. Those will be written to the file `.env` and used further on.
## Docker stack deployment
Run `make stack` to deploy a stack in swarm mode.
## Customization
Customize the variables in ```.env``` and/or the configuration in ```docker-compose.yml``` to your requirements as needed. ```wordpress-backup-quickstart``` is just ment to give you a head start for setting up the containers and is not ment to constrain you in any way.
## Contact
Please contact me for any questions & feedback: [email protected]