Page MenuHomeSoftware Heritage

docker: Cleanup docker-compose.yml file
ClosedPublic

Authored by anlambert on Feb 16 2021, 7:02 PM.

Details

Summary

Harmonize YAML formatting and remove some unused services:

  • flower as it has always been deactivated
  • kafka-manager as it is not mandatory to run the swh stack.

Diff Detail

Repository
rDENV Development environment
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Remove file commited by mistake

ardumont added a subscriber: ardumont.

looks fine to me.

I'd maybe move the kafka-manager in another related journal related docker-compose file (if we have some).

This revision is now accepted and ready to land.Feb 16 2021, 7:13 PM

I'd maybe move the kafka-manager in another related journal related docker-compose file (if we have some).

I tested it back yersteday, there is no automatic cluster detection and I did not manage to configure it manually so the removal.
I guess we should find a more reliable tool if we need kafka monitoring in docker.