Closed minigubben closed 4 months ago
The updates involve enhancing Docker configurations for better management and logging. The Makefile
now includes commands to clean up additional Docker volumes. Both docker-compose.yml
and docker-compose.dev.yml
have been updated to add new volume mappings for logging, ensuring logs for email_dispatcher
and accessy_syncer
are properly stored and managed.
File | Change Summary |
---|---|
Makefile |
Added commands to remove Docker volumes related to makeradmin_accessy_syncer and makeradmin_email_dispatcher in clean-nuke target. |
docker-compose.dev.yml |
Added volume mappings for email_dispatcher_logs and accessy_syncer_logs , and declared new volumes in volumes section. |
docker-compose.yml |
Updated email_dispatcher and accessy_syncer services to map log directories: ./logs/email_dispatcher and ./logs/accessy_syncer . |
In the land of Docker, logs now find their place,
With volumes mapped, they leave no trace.
Clean and clear, the make commands roar,
To keep our data, evermore.
🐰🚢✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Add docker mountpoints for accessy-syncer and email-dispatcher to avoid unnamed docker volumes.
Summary by CodeRabbit
Makefile
to remove additional Docker volumes related tomakeradmin_accessy_syncer
andmakeradmin_email_dispatcher
.