mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-25 17:00:40 +02:00
add portainer
This commit is contained in:
@@ -17,7 +17,7 @@ services:
|
||||
- 61208
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.glances.rule=Host(`${SITE}`)
|
||||
- traefik.http.routers.glances.rule=Host(`${SITE}`)/top
|
||||
- traefik.http.routers.glances.entrypoints=web
|
||||
- traefik.http.services.glances.loadbalancer.server.port=61208
|
||||
|
||||
|
||||
@@ -11,7 +11,13 @@ services:
|
||||
networks:
|
||||
- srv
|
||||
restart: unless-stopped
|
||||
|
||||
expose:
|
||||
- 9000
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.portainer.rule=Host(`${SITE}`)/console
|
||||
- traefik.http.routers.portainer.entrypoints=web
|
||||
- traefik.http.services.portainer.loadbalancer.server.port=9000
|
||||
|
||||
volumes:
|
||||
portainer_data:
|
||||
|
||||
Reference in New Issue
Block a user