This commit is contained in:
2025-10-13 16:30:11 +02:00
parent 451516d5bf
commit 6f3744c63c
4 changed files with 92 additions and 88 deletions

View File

@@ -311,7 +311,7 @@ services:
API_REFERENCE_CONFIG: |
{
"sources":[
{"url": "https://registry.scalar.com/@scalar/apis/galaxy/latest?format=json"}
{ "url": "https://registry.scalar.com/@scalar/apis/galaxy/latest?format=json" }
],
"theme": "purple"
}
@@ -324,6 +324,24 @@ services:
profiles:
- api
# ----------------------------------------------------------------------
# Mock Web API
#
# ----------------------------------------------------------------------
smocker:
image: thiht/smocker:latest
restart: "no"
networks:
- caddy_net
labels:
caddy.mock.localhost: "https://mock.localhost"
caddy.mock.localhost.handle_path./ui/*: "reverse_proxy {{upstreams 8081}}"
caddy.mock.localhost.handle_path./api/*: "reverse_proxy {{upstreams 8080}}"
caddy.mock.localhost.handle_path.: "redir /ui"
caddy.mock.localhost.tls: internal
profiles:
- mock
# ----------------------------------------------------------------------
# Observabilité - Télémétrie
#