TraefikIntegration #5
@ -46,6 +46,16 @@ services:
|
||||
- traefik
|
||||
environment:
|
||||
PMA_HOST: mysql
|
||||
labels:
|
||||
## Expose phpMyAdmin Through Trefik ##
|
||||
- "traefik.enable=true" # <== Enable traefik to proxy this container
|
||||
- "traefik.http.routers.phpMyAdmin.rule=Host(`mysql.luke-else.co.uk`) || Host(`www.mysql.luke-else.co.uk`)"
|
||||
- "traefik.http.routers.phpMyAdmin.entrypoints=http"
|
||||
- "traefik.http.routers.phpMyAdmin.middlewares=redirect@file"
|
||||
|
||||
- "traefik.http.routers.phpMyAdmin-secured.rule=Host(`mysql.luke-else.co.uk`) || Host(`www.mysql.luke-else.co.uk`)"
|
||||
- "traefik.http.routers.phpMyAdmin-secured.entrypoints=https"
|
||||
- "traefik.http.routers.phpMyAdmin-secured.tls.certresolver=mytlschallenge"
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
|
Loading…
Reference in New Issue
Block a user