• 0 Posts
  • 29 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle


















  • re: container logs issue, the proper fix is setting this once in daemon.json (which is what you did) and fixing this issue node-wide instead of adding custom logging into compose files, unless the situation requires it (we had an application which had to use gelf for, oh god) which isn’t the case here. i just have an ansible role to deploy docker which configures logging, among other things.

    agree that multiple networks may have a use but definitely not in this particular case.

    I always see docker compose files like this as a starting point

    same here, unfortunately not everyone has necessary expertise to do that, default setup linked on the project page shouldn’t be this half-baked.

    also, unless they fixed it already, 3 days ago compose file and nginx.conf had mismatching ports so it would just never work ootb.