Compare commits
No commits in common. "8dc1c1122728eff4a91886b477acb450b8e4423e" and "a855e698be8a83307bf0d9122c2744cc1312ba45" have entirely different histories.
8dc1c11227
...
a855e698be
|
|
@ -1,13 +1,10 @@
|
|||
# Sablier override — referenced by COMPOSE_FILE on Netcup.
|
||||
#
|
||||
# Currently a NO-OP placeholder so `docker compose` commands don't fail when
|
||||
# COMPOSE_FILE includes this path. Real Sablier activation is deferred until
|
||||
# Traefik middleware wiring is ready — see docker-compose.sablier-encryptid.yml
|
||||
# for the encryptid label pattern, which cannot be applied in place because
|
||||
# `traefik.enable=false` on the encryptid container would immediately break
|
||||
# auth traffic without a Sablier-backed route in front of it.
|
||||
#
|
||||
# To activate: add sablier labels here AND configure Traefik dynamic config
|
||||
# to route encryptid's hostname through the Sablier middleware.
|
||||
|
||||
services: {}
|
||||
services:
|
||||
encryptid:
|
||||
labels:
|
||||
- "sablier.enable=true"
|
||||
- "sablier.group=encryptid"
|
||||
- "traefik.enable=false"
|
||||
encryptid-db:
|
||||
labels:
|
||||
- "sablier.enable=true"
|
||||
- "sablier.group=encryptid"
|
||||
|
|
|
|||
Loading…
Reference in New Issue