mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 00:08:33 +02:00
alias
This commit is contained in:
@ -131,7 +131,7 @@ services:
|
|||||||
homepage.name: Jellyfin
|
homepage.name: Jellyfin
|
||||||
homepage.server: my-docker
|
homepage.server: my-docker
|
||||||
homepage.weight: '10'
|
homepage.weight: '10'
|
||||||
homepage.widget.key: 0b0247d8030b46a0afe71be194311521
|
homepage.widget.key: ${JELLYFIN_TOKEN}
|
||||||
homepage.widget.type: jellyfin
|
homepage.widget.type: jellyfin
|
||||||
homepage.widget.url: https://jf.sectorq.eu
|
homepage.widget.url: https://jf.sectorq.eu
|
||||||
wud.watch: true
|
wud.watch: true
|
||||||
@ -164,7 +164,7 @@ services:
|
|||||||
homepage.name: Jellyseerr
|
homepage.name: Jellyseerr
|
||||||
homepage.server: my-docker
|
homepage.server: my-docker
|
||||||
homepage.weight: '20'
|
homepage.weight: '20'
|
||||||
homepage.widget.key: MTczMTY1NTk3ODUwOTY3NmJiOTM0LTY1MDctNGI2NS1hMmEyLTE3MjQ1MmI3OTI0Yg==
|
homepage.widget.key: ${JELLYSEER_TOKEN}
|
||||||
homepage.widget.type: jellyseerr
|
homepage.widget.type: jellyseerr
|
||||||
homepage.widget.url: https://js.sectorq.eu
|
homepage.widget.url: https://js.sectorq.eu
|
||||||
wud.watch: true
|
wud.watch: true
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
APPNAME=registry
|
|
||||||
# HUB_USER=jaydee77
|
# HUB_USER=jaydee77
|
||||||
# HUB_PASS=dckr_pat_WUfjkuEEYYEFDI95myphANR7AUU
|
# HUB_PASS=dckr_pat_WUfjkuEEYYEFDI95myphANR7AUU
|
||||||
HUB_USER=sectorq
|
HUB_USER=sectorq
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
watchtower:
|
watchtower:
|
||||||
command: --cleanup --label-enable --http-api-periodic-polls --http-api-metrics
|
#command: --cleanup --label-enable --http-api-periodic-polls --http-api-metrics
|
||||||
|
command: --cleanup --label-enable --http-api
|
||||||
env_file: stack.env
|
env_file: stack.env
|
||||||
environment:
|
environment:
|
||||||
WATCHTOWER_HTTP_API_TOKEN: l4c1j4yd33Du5lo
|
WATCHTOWER_HTTP_API_TOKEN: l4c1j4yd33Du5lo
|
||||||
|
Reference in New Issue
Block a user