From 1dca9c73fd8d66a193442e750f7dfee6bd70963f Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Sat, 28 Sep 2024 11:18:53 +0200 Subject: [PATCH] Comment base compose --- compose.base.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compose.base.yaml b/compose.base.yaml index a08cfe1..71e0701 100644 --- a/compose.base.yaml +++ b/compose.base.yaml @@ -1,6 +1,9 @@ services: + # All services should at least use this base-service: + # Always restart unless explicitly stopped restart: unless-stopped + # Send the logs to a Loki instance with ability to fail logging: driver: loki options: @@ -10,6 +13,7 @@ services: loki-timeout: 1s keep-file: 'true' + # Service exposed via the reverse proxy exposed-service: extends: base-service networks: