Compare commits

..

1 Commits

Author SHA1 Message Date
Thierry Pouplier
f77b514e08 fix: Add TZ=America/Montreal to hermes container for correct cron scheduling 2026-04-29 11:32:05 +00:00
2 changed files with 1 additions and 28 deletions

View File

@@ -39,6 +39,7 @@ services:
- API_SERVER_KEY=hermes_local_key - API_SERVER_KEY=hermes_local_key
- GATEWAY_ALLOW_ALL_USERS=true - GATEWAY_ALLOW_ALL_USERS=true
- OPENROUTER_API_KEY=${OPENROUTER_API_KEY} - OPENROUTER_API_KEY=${OPENROUTER_API_KEY}
- TZ=America/Montreal
volumes: volumes:
- /mnt/HoardingCow_docker_data/Hermes/data:/opt/data - /mnt/HoardingCow_docker_data/Hermes/data:/opt/data
devices: devices:

View File

@@ -1,28 +0,0 @@
version: "3.8"
services:
wireguard:
image: ghcr.io/linuxserver/wireguard:latest
container_name: wireguard
cap_add:
- NET_ADMIN
- SYS_MODULE
environment:
- PUID=1000
- PGID=1000
- TZ=America/Montreal
ports:
- "51820:51820/udp"
volumes:
- /mnt/HoardingCow_docker_data/WireGuard:/config:rw
sysctls:
- net.ipv4.conf.all.src_valid_mark=1
- net.ipv4.ip_forward=1
restart: unless-stopped
networks:
- vpn_net
networks:
vpn_net:
external: true
name: vpn_net