new services + proxy network rework

This commit is contained in:
2025-10-13 15:09:05 +02:00
parent aed7d849be
commit ccb4dbc2f3
26 changed files with 287 additions and 37 deletions

10
ActualBudget/docker-compose.yml Normal file → Executable file
View File

@@ -1,11 +1,12 @@
version: '3.9'
services:
actual_server:
container_name: actualbudget
image: actualbudget/actual-server:latest
ports:
# ports:
# This line makes Actual available at port 5006 of the device you run the server on,
# i.e. http://localhost:5006. You can change the first number to change the port, if you want.
- '5006:5006'
# - '5006:5006'
# environment:
# Uncomment any of the lines below to set configuration options.
# - ACTUAL_HTTPS_KEY=/data/selfhost.key
@@ -21,3 +22,8 @@ services:
# '/data' is the path Actual will look for its files in by default, so leave that as-is.
- /zstore/Docker-volumes/ActualBudget:/data
restart: unless-stopped
networks:
default:
external: true
name: proxy