Remove portainer

This commit is contained in:
Jake Howard
2020-04-19 21:42:57 +01:00
parent d87b91d5aa
commit 303283f73e
5 changed files with 0 additions and 57 deletions

View File

@ -1,16 +0,0 @@
version: "2.3"
services:
portainer:
image: portainer/portainer:latest
container_name: portainer
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./data:/data
labels:
- "traefik.enable=true"
- "traefik.http.routers.portainer.rule=Host(`portainer.jakehoward.tech`)"
- "traefik.http.routers.portainer.tls=true"
- "traefik.http.routers.portainer.tls.certresolver=le"
- "traefik.http.routers.portainer.middlewares=internal-only@file"