xz
This commit is contained in:
parent
21450309de
commit
9d86da61c1
3 changed files with 2 additions and 24 deletions
|
|
@ -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
|
container_name: nextcloud-aio-mastercontainer # This line is not allowed to be changed as otherwise AIO will not work correctly
|
||||||
volumes:
|
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
|
#- 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
|
- /srv/ssd1/NextCloud-AIO:/var/www/html/data
|
||||||
networks:
|
networks:
|
||||||
- netgrimoire # add to the same network as docker run would do
|
- netgrimoire # add to the same network as docker run would do
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,7 @@ services:
|
||||||
- kuma.prt.http.url=http://portainer:9000
|
- kuma.prt.http.url=http://portainer:9000
|
||||||
- caddy=docker.netgrimoire.com
|
- caddy=docker.netgrimoire.com
|
||||||
# - caddy.import=authentik
|
# - caddy.import=authentik
|
||||||
|
|
||||||
- caddy.reverse_proxy="{{upstreams 9000}}"
|
- caddy.reverse_proxy="{{upstreams 9000}}"
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
|
|
|
||||||
|
|
@ -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
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue