Update adminer for traefik

This commit is contained in:
2025-07-20 20:43:10 +05:30
parent 160c2f5d8d
commit 4a7b3a3074

View File

@@ -5,3 +5,15 @@ services:
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${PORT}:8080 - ${PORT}:8080
labels:
- traefik.enable=true
- traefik.http.routers.adminer.rule=Host(`adminer.local.ryuu.in`)
- traefik.http.routers.adminer.entrypoints=https
- traefik.http.routers.adminer.tls=true
- traefik.http.services.adminer.loadbalancer.server.port=8080
networks:
- frontend
networks:
frontend:
external: true