geo
This commit is contained in:
13
compose.yaml
13
compose.yaml
@@ -29,19 +29,6 @@ services:
|
||||
caddy.file_server: "" # Active le serveur de fichiers statiques
|
||||
caddy.tls: internal # HTTPS auto-signé géré par Caddy
|
||||
|
||||
# WhoAmI
|
||||
# Tiny Go webserver that prints OS information and HTTP request to output.
|
||||
# https://github.com/traefik/whoami
|
||||
whoami:
|
||||
image: traefik/whoami
|
||||
depends_on:
|
||||
- caddy
|
||||
networks:
|
||||
- caddy_net
|
||||
labels:
|
||||
caddy: whoami.localhost
|
||||
caddy.reverse_proxy: "{{upstreams 80}}"
|
||||
caddy.tls: internal
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
# Base de données relationnelles
|
||||
|
||||
Reference in New Issue
Block a user