Typo fixes and restart policy for services.
This commit is contained in:
+5
-2
@@ -33,13 +33,16 @@ services:
|
|||||||
PORT: 45876
|
PORT: 45876
|
||||||
# Do not remove quotes around the key
|
# Do not remove quotes around the key
|
||||||
KEY: '${BESZEL_RINOA_AGENT_KEY}'
|
KEY: '${BESZEL_RINOA_AGENT_KEY}'
|
||||||
|
TOKEN: ${BESZEL_RIKKU_TOKEN}
|
||||||
|
HUB_URL: http://192.168.1.254:22220
|
||||||
expose:
|
expose:
|
||||||
- 45876
|
- 45876
|
||||||
image: henrygd/beszel-agent:latest
|
image: henrygd/beszel-agent:latest
|
||||||
network_mode: host
|
network_mode: host
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /dev//dev/mmcblk0:/extra-filesystems//dev/mmcblk0:ro
|
- ${RIKKU_DOCKER_DIR}/beszel-agent:/var/lib/beszel-agent
|
||||||
|
- /dev/mmcblk0:/extra-filesystems/dev/mmcblk0:ro
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
castsponsorskip:
|
castsponsorskip:
|
||||||
image: ghcr.io/gabe565/castsponsorskip
|
image: ghcr.io/gabe565/castsponsorskip
|
||||||
@@ -53,7 +56,7 @@ services:
|
|||||||
# CSS_YOUTUBE_API_KEY:
|
# CSS_YOUTUBE_API_KEY:
|
||||||
# CSS_MUTE_ADS:
|
# CSS_MUTE_ADS:
|
||||||
network_mode: host
|
network_mode: host
|
||||||
restart: always
|
restart: unless-stopped
|
||||||
ha-fusion:
|
ha-fusion:
|
||||||
container_name: ha-fusion
|
container_name: ha-fusion
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user