This is a docker-compose file that helps you getting up-and-running quickly with wordpress-backup.
git clone [email protected]:angelo-v/wordpress-backup-quickstart.git my-blog
cd my-blog
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.
Run make stack
to deploy a stack in swarm mode.
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.
Please contact me for any questions & feedback: [email protected]