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
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 19270
Build 29885: arc lint + arc unit

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.