This commit is contained in:
poslop
2025-05-10 16:42:19 -05:00
parent dc98c7080a
commit 1351d9d0a0
4 changed files with 38 additions and 10 deletions

View File

@@ -0,0 +1,27 @@
services:
actual_server:
container_name: actual
image: docker.io/actualbudget/actual-server:latest
environment:
- ACTUAL_UPLOAD_FILE_SYNC_SIZE_LIMIT_MB=100
- ACTUAL_UPLOAD_SYNC_ENCRYPTED_FILE_SYNC_SIZE_LIMIT_MB=100
- ACTUAL_UPLOAD_FILE_SIZE_LIMIT_MB=100
volumes:
- actual-data:/data
networks:
- caddy
healthcheck:
test: ['CMD-SHELL', 'node src/scripts/health-check.js']
interval: 60s
timeout: 10s
retries: 3
start_period: 20s
restart: unless-stopped
volumes:
actual-data:
external: true
networks:
caddy:
external: true

View File

@@ -8,16 +8,14 @@ services:
- PGID=1000
- TZ=Etc/UTC
- WEBUI_PORT=8181
#network_mode: "service:gluetun"
ports:
- 8181:8181
network_mode: "service:gluetun"
volumes:
- qbittorrent:/config
- /mnt/nextcloud:/mnt/files
restart: unless-stopped
# depends_on:
# gluetun:
# condition: service_healthy
depends_on:
gluetun:
condition: service_healthy
gluetun:
@@ -29,14 +27,16 @@ services:
- VPN_SERVICE_PROVIDER=mullvad
- VPN_TYPE=wireguard
- WIREGUARD_PRIVATE_KEY=${MULLKEY}
- WIREGUARD_ADDRESSES=68.235.46.126/32
- DNS_ADDRESS=10.64.0.1
- WIREGUARD_ADDRESSES=10.75.99.140/32
- SERVER_COUNTRIES=USA
- SERVER_CITIES=Chicago IL
#- DNS_ADDRESS=10.64.0.1
volumes:
- gluetun:/gluetun
devices:
- /dev/net/tun:/dev/net/tun
ports:
# - 8181:8181
- 8181:8181
- 6881:6881
- 6881:6881/udp
restart: unless-stopped