restart always to unless-stopped

This commit is contained in:
2025-08-22 14:03:44 -03:00
parent 81f8187a31
commit a9cce165e1
7 changed files with 29 additions and 30 deletions

View File

@@ -44,7 +44,7 @@ services:
#image: nicolargo/glances:3.4.0.5-full
image: nicolargo/glances:latest-full
container_name: glances
restart: always
restart: unless-stopped
pid: host
ports:
- 61208:61208
@@ -64,7 +64,7 @@ services:
- ./uptime-kuma/uptime-kuma-data:/app/data
ports:
- 3001:3001 # <Host Port>:<Container Port>
restart: always
restart: unless-stopped
environment:
- TZ="America/Sao_Paulo"
@@ -203,5 +203,7 @@ networks:
external: true
name: caddy-net
monitoring:
name: monitoring-net
grafana:
name: grafana-net

View File

@@ -2,17 +2,14 @@
# For configuration options and examples, please see:
# https://gethomepage.dev/latest/configs/docker/
arr-docker:
host: 192.168.1.201
port: 2375
#arr-docker:
# host: 192.168.1.201
# port: 2375
services-docker:
host: 192.168.1.202
port: 2375
#services-docker:
# host: 192.168.1.202
# port: 2375
morganna-docker:
host: 192.168.1.204
port: 2375
pi-docker:
socket: /var/run/docker.sock
#morganna-docker:
# host: 192.168.1.204
# port: 2375