From 9e5ec8153d0f743fe9df54ffa2eb12c7be5bd2fd Mon Sep 17 00:00:00 2001 From: Mika Bomm Date: Sun, 30 Mar 2025 23:24:48 +0200 Subject: [PATCH] fixed miner restart missing --- caddy/services/nextcloud.caddy | 3 +++ twitch-channel-point-miner/compose.yml | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/caddy/services/nextcloud.caddy b/caddy/services/nextcloud.caddy index 9ed5e85..b4fcf5d 100644 --- a/caddy/services/nextcloud.caddy +++ b/caddy/services/nextcloud.caddy @@ -9,4 +9,7 @@ nextcloud.mixel.cloud { } } +https://nc.mixel.cloud:443 { + reverse_proxy 192.168.178.232:11000 +} # Internal \ No newline at end of file diff --git a/twitch-channel-point-miner/compose.yml b/twitch-channel-point-miner/compose.yml index be9a7aa..8dcee82 100644 --- a/twitch-channel-point-miner/compose.yml +++ b/twitch-channel-point-miner/compose.yml @@ -1,6 +1,7 @@ services: miner: image: rdavidoff/twitch-channel-points-miner-v2 + restart: unless-stopped stdin_open: true tty: true environment: @@ -11,4 +12,4 @@ services: - ./logs:/usr/src/app/logs - ./run.py:/usr/src/app/run.py:ro ports: - - "55055:5000" \ No newline at end of file + - "55055:5000"