simplexmq
simplexmq copied to clipboard
Docker improvements
- Added Docker Compose file and docs. Usually this way it's easier to start and manage than plain docker.
- Removed apt cache from the image, reducing its size
- Added
--no-install-recommendsthat prevents adding extra recommended packages to the install list (and addedca-certificatespackage explicitly). This one might lead to errors if some required package is not explicitly installed but was in the recommended list of some other package. I've verified that current branch images successfully build and run, but this might require further testing. In any case it's better to specify any dependencies explicitly rather than relying on recommended packages.
Further improvements:
- Consider using
alpinebase image to considerably reduce image size. -
docker-compose.ymlallows to add a TOR service using something similar to strm/tor. Easier setup will lead more users to run a TOR compatible queue in deployments by default.