remove Portainer

This commit is contained in:
Florian Zirker 2023-11-29 11:32:07 +01:00
parent de784cd5bf
commit b2ef4c623d
2 changed files with 0 additions and 25 deletions

View file

@ -1,24 +0,0 @@
services:
app:
image: portainer/portainer-ce
volumes:
- ${VOLUMES_PATH}/portainer:/data
- /var/run/docker.sock:/var/run/docker.sock:z
- /var/lib/docker/volumes:/var/lib/docker/volumes
ports:
- "9000:9000" # to get portainer without proxy too
networks:
- web
labels:
- "traefik.enable=true"
- "traefik.http.routers.portainer.rule=Host(`portainer.${HOSTNAME}`)"
- "traefik.http.routers.portainer.entrypoints=web"
- "traefik.http.services.portainer.loadbalancer.server.port=9000"
- "docker.group=selfhost"
- "docker.group=portainer"
restart: unless-stopped
networks:
web:
external: true

View file

@ -11,7 +11,6 @@ up telegraf;
up smartHome;
up dashboard;
up download;
up portainer;
up torrent;
up print;
up media;