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: