Docker
Docker copied to clipboard
A Dockerized version of Cachet.
Hello, i am trying to set up cachet with an existing postgres installation. I did the following: * git clone https://github.com/cachethq/Docker.git cachet-docker * cd cachet-docker * nano docker-compose.yml: ``` version:...
docker compose build fails with `failed to solve: process "/bin/sh -c wget ${archive_url} && tar xzf ${cachet_ver}.tar.gz --strip-components=1 && chown -R www-data:root /var/www/html && rm -r ${cachet_ver}.tar.gz && php /bin/composer.phar...
This pull request updates the Docker setup for Cachet with the following improvements: - Refactored architecture to separate the application, scheduler, and worker into individual containers for better isolation, scalability,...