Running Mysql with Docker Compose and a backup mechanism
- Create a
.env
file with the variables the Docker containers are expecting.
MYSQL_ROOT_PASSWORD=
S3_ENDPOINT=
S3_ACCESS_KEY=
S3_SECRET_KEY=
S3_BUCKET=
docker-compose up -d
Running Mysql with Docker Compose and a backup mechanism
Running Mysql with Docker Compose and a backup mechanism
.env
file with the variables the Docker containers are expecting.MYSQL_ROOT_PASSWORD=
S3_ENDPOINT=
S3_ACCESS_KEY=
S3_SECRET_KEY=
S3_BUCKET=
docker-compose up -d
Running Mysql with Docker Compose and a backup mechanism
MIT License