acutal
This commit is contained in:
@@ -10,5 +10,5 @@ services:
|
|||||||
security_opt: [no-new-privileges:true]
|
security_opt: [no-new-privileges:true]
|
||||||
environment:
|
environment:
|
||||||
- CLOUDFLARE_API_TOKEN=${CFKEY}
|
- CLOUDFLARE_API_TOKEN=${CFKEY}
|
||||||
- DOMAINS=archfox.org, jelly.archfox.org, searxng.archfox.org, bookstack.archfox.org, vault.archfox.org, git.archfox.org, nextcloud.archfox.org, aria.archfox.org, wings.archfox.org, panel.archfox.org, omada.archfox.org, mc.archfox.org, ai.archfox.org, p.archfox.org
|
- DOMAINS=archfox.org, jelly.archfox.org, searxng.archfox.org, bookstack.archfox.org, vault.archfox.org, git.archfox.org, nextcloud.archfox.org, aria.archfox.org, wings.archfox.org, panel.archfox.org, omada.archfox.org, mc.archfox.org, ai.archfox.org, p.archfox.org, actual.archfox.org
|
||||||
- PROXIED=false
|
- PROXIED=false
|
||||||
|
|||||||
27
docker-compose.d/Tools/actual.yml
Normal file
27
docker-compose.d/Tools/actual.yml
Normal 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
|
||||||
@@ -8,16 +8,14 @@ services:
|
|||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Etc/UTC
|
- TZ=Etc/UTC
|
||||||
- WEBUI_PORT=8181
|
- WEBUI_PORT=8181
|
||||||
#network_mode: "service:gluetun"
|
network_mode: "service:gluetun"
|
||||||
ports:
|
|
||||||
- 8181:8181
|
|
||||||
volumes:
|
volumes:
|
||||||
- qbittorrent:/config
|
- qbittorrent:/config
|
||||||
- /mnt/nextcloud:/mnt/files
|
- /mnt/nextcloud:/mnt/files
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
# depends_on:
|
depends_on:
|
||||||
# gluetun:
|
gluetun:
|
||||||
# condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
||||||
|
|
||||||
gluetun:
|
gluetun:
|
||||||
@@ -29,14 +27,16 @@ services:
|
|||||||
- VPN_SERVICE_PROVIDER=mullvad
|
- VPN_SERVICE_PROVIDER=mullvad
|
||||||
- VPN_TYPE=wireguard
|
- VPN_TYPE=wireguard
|
||||||
- WIREGUARD_PRIVATE_KEY=${MULLKEY}
|
- WIREGUARD_PRIVATE_KEY=${MULLKEY}
|
||||||
- WIREGUARD_ADDRESSES=68.235.46.126/32
|
- WIREGUARD_ADDRESSES=10.75.99.140/32
|
||||||
- DNS_ADDRESS=10.64.0.1
|
- SERVER_COUNTRIES=USA
|
||||||
|
- SERVER_CITIES=Chicago IL
|
||||||
|
#- DNS_ADDRESS=10.64.0.1
|
||||||
volumes:
|
volumes:
|
||||||
- gluetun:/gluetun
|
- gluetun:/gluetun
|
||||||
devices:
|
devices:
|
||||||
- /dev/net/tun:/dev/net/tun
|
- /dev/net/tun:/dev/net/tun
|
||||||
ports:
|
ports:
|
||||||
# - 8181:8181
|
- 8181:8181
|
||||||
- 6881:6881
|
- 6881:6881
|
||||||
- 6881:6881/udp
|
- 6881:6881/udp
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
@@ -27,6 +27,7 @@ services=(
|
|||||||
"Tools/open-webui.yml"
|
"Tools/open-webui.yml"
|
||||||
"Tools/watchtower.yml"
|
"Tools/watchtower.yml"
|
||||||
"Tools/pastefy.yml"
|
"Tools/pastefy.yml"
|
||||||
|
"Tools/actual.yml"
|
||||||
"pterodactyl/docker-compose.yml"
|
"pterodactyl/docker-compose.yml"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user