Move heimdall to the portal service
This commit is contained in:
27
portal/docker-compose.yml
Normal file
27
portal/docker-compose.yml
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
name: Portal
|
||||||
|
|
||||||
|
services:
|
||||||
|
heimdall:
|
||||||
|
image: linuxserver/heimdall
|
||||||
|
environment:
|
||||||
|
PUID: ${NASCOMPOSE_UID?}
|
||||||
|
PGID: ${NASCOMPOSE_GID?}
|
||||||
|
networks:
|
||||||
|
- traefik
|
||||||
|
volumes:
|
||||||
|
- heimdall_config:/config/
|
||||||
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
traefik.enable: true
|
||||||
|
traefik.http.routers.heimdall.middlewares: authelia@file
|
||||||
|
|
||||||
|
networks:
|
||||||
|
traefik:
|
||||||
|
external: true
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
heimdall_config:
|
||||||
|
driver_opts:
|
||||||
|
type: none
|
||||||
|
o: bind
|
||||||
|
device: ${NASCOMPOSE_SERVICES?}/portal/volumes/heimdall_config/
|
||||||
@@ -28,20 +28,6 @@ services:
|
|||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
traefik.http.routers.smokeping.middlewares: authelia@file
|
traefik.http.routers.smokeping.middlewares: authelia@file
|
||||||
|
|
||||||
heimdall:
|
|
||||||
image: linuxserver/heimdall
|
|
||||||
environment:
|
|
||||||
PUID: ${NASCOMPOSE_UID?}
|
|
||||||
PGID: ${NASCOMPOSE_GID?}
|
|
||||||
networks:
|
|
||||||
- traefik
|
|
||||||
volumes:
|
|
||||||
- heimdall_config:/config/
|
|
||||||
restart: unless-stopped
|
|
||||||
labels:
|
|
||||||
traefik.enable: true
|
|
||||||
traefik.http.routers.heimdall.middlewares: authelia@file
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
docker:
|
docker:
|
||||||
external: true
|
external: true
|
||||||
@@ -59,14 +45,7 @@ volumes:
|
|||||||
type: none
|
type: none
|
||||||
o: bind
|
o: bind
|
||||||
device: ${NASCOMPOSE_SERVICES?}/volumes/smokeping/config/
|
device: ${NASCOMPOSE_SERVICES?}/volumes/smokeping/config/
|
||||||
heimdall_config:
|
|
||||||
driver_opts:
|
|
||||||
type: none
|
|
||||||
o: bind
|
|
||||||
device: ${NASCOMPOSE_SERVICES?}/volumes/heimdall/config/
|
|
||||||
|
|
||||||
secrets:
|
secrets:
|
||||||
duckdns_token:
|
|
||||||
file: ${NASCOMPOSE_SERVICES?}/secrets/duckdns/duckdns_token
|
|
||||||
watchtower_notification_url:
|
watchtower_notification_url:
|
||||||
file: ${NASCOMPOSE_SERVICES?}/secrets/watchtower/notification_url
|
file: ${NASCOMPOSE_SERVICES?}/secrets/watchtower/notification_url
|
||||||
|
|||||||
Reference in New Issue
Block a user