Compare commits
No commits in common. "62ff1d823e4b3c34889c621277f35676060ec8d1" and "1b80be7826520fcae856e730418016146ad5d2e1" have entirely different histories.
62ff1d823e
...
1b80be7826
@ -23,15 +23,11 @@ services:
|
|||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
# pour ouvrir juste /f.php !!
|
- "traefik.http.routers.${jirafeauServName}-admin.rule=Host(`${fileHost}.${domain}`) && PathPrefix(`/admin.php`)"
|
||||||
# - "traefik.http.routers.${jirafeauServName}-download.rule=Host(`${fileHost}.${domain}`) && ( PathPrefix(`/f.php`) || PathPrefix(`/index.php`)"
|
- "traefik.http.routers.${jirafeauServName}-admin.middlewares=test-adminipallowlist@file"
|
||||||
# Le service est ouvert aux ip autorisées
|
- "traefik.http.routers.${jirafeauServName}.rule=Host(`${fileHost}.${domain}`) && ! PathPrefix(`/admin.php`)"
|
||||||
# - "traefik.http.routers.${jirafeauServName}-admin.rule=Host(`${fileHost}.${domain}`)"
|
- "traefik.docker.network=jirafeauNet"
|
||||||
- "traefik.http.routers.${jirafeauServName}-admin.rule=Host(`${fileHost}.${domain}`) && ( PathPrefix(`/a-send.php`) || PathPrefix(`/s.php`) || PathPrefix(`/admin.php`) )"
|
|
||||||
- "traefik.http.routers.${jirafeauServName}-admin.middlewares=test-adminipallowlist@file"
|
|
||||||
- "traefik.http.routers.${jirafeauServName}.rule=Host(`${fileHost}.${domain}`) && ! ( PathPrefix(`/a-send.php`) || PathPrefix(`/s.php`) || PathPrefix(`/admin.php`) )"
|
|
||||||
- "traefik.docker.network=jirafeauNet"
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
fileData:
|
fileData:
|
||||||
|
@ -17,11 +17,7 @@ services:
|
|||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
#- "traefik.http.routers.web.rule=Host(`${domain}`) || Host(`www.${domain}`)"
|
- "traefik.http.routers.web.rule=Host(`${domain}`) || Host(`www.${domain}`)"
|
||||||
# remplacé par
|
|
||||||
- "traefik.http.routers.mailfolder.rule=(Host(`${domain}`) || Host(`www.${domain}`)) && (PathPrefix(`/m/`) || PathPrefix(`/mail/`))"
|
|
||||||
- "traefik.http.routers.web.rule=Host(`web.${domain}`)"
|
|
||||||
#- "traefik.http.routers.web.middlewares=test-adminipallowlist@file"
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
html:
|
html:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user