From 9d86da61c13a03adb155f951246cab0f0d7728b9 Mon Sep 17 00:00:00 2001 From: traveler Date: Wed, 22 Jan 2025 20:53:19 -0600 Subject: [PATCH] xz --- cloud.yaml | 2 +- portainer-agent-stack.yml | 1 + portainer.yaml | 23 ----------------------- 3 files changed, 2 insertions(+), 24 deletions(-) delete mode 100644 portainer.yaml diff --git a/cloud.yaml b/cloud.yaml index 9c3a7af..4ff0ee1 100644 --- a/cloud.yaml +++ b/cloud.yaml @@ -6,7 +6,7 @@ services: container_name: nextcloud-aio-mastercontainer # This line is not allowed to be changed as otherwise AIO will not work correctly volumes: #- nextcloud_aio_mastercontainer:/mnt/docker-aio-config # This line is not allowed to be changed as otherwise the built-in backup solution will not work -#- /var/run/docker.sock:/var/run/docker.sock:ro # May be changed on macOS, Windows or docker rootless. See the applicable documentation. If adjusting, don't forget to also set 'WATCHTOWER_DOCKER_SOCKET_PATH'! + - /var/run/docker.sock:/var/run/docker.sock:ro # May be changed on macOS, Windows or docker rootless. See the applicable documentation. If adjusting, don't forget to also set 'WATCHTOWER_DOCKER_SOCKET_PATH'! - /srv/ssd1/NextCloud-AIO:/var/www/html/data networks: - netgrimoire # add to the same network as docker run would do diff --git a/portainer-agent-stack.yml b/portainer-agent-stack.yml index 1960058..4f42c0d 100644 --- a/portainer-agent-stack.yml +++ b/portainer-agent-stack.yml @@ -33,6 +33,7 @@ services: - kuma.prt.http.url=http://portainer:9000 - caddy=docker.netgrimoire.com # - caddy.import=authentik + - caddy.reverse_proxy="{{upstreams 9000}}" placement: constraints: diff --git a/portainer.yaml b/portainer.yaml deleted file mode 100644 index 5436ec5..0000000 --- a/portainer.yaml +++ /dev/null @@ -1,23 +0,0 @@ - - - - portainer: - image: portainer/portainer-ce - container_name: portainer - hostname: portainer - # command: -H unix:///var/run/docker.sock - # command: - # --no-auth - networks: - - netgrimoire - restart: always - ports: - - 9000:9000 - - 8000:8000 - volumes: - - /var/run/docker.sock:/var/run/docker.sock - - /DockerVol/portainer:/data - environment: - - TZ=America/Chicago - - PGID=999 - - PUID=1001