A very generic data container to persist data and provide volumes.
There are three volumes exposed:
/appfor the application/var/lib/mysqlfor the database/datafor the cache store
data:
image: c4tech/generic-data
volumes:
- ./:/app
dbdata:
image: c4tech/generic-data
volumes:
- ./database:/var/lib/mysql
cachedata:
image: c4tech/generic-data
volumes:
- ./cache:/data