new services + proxy network rework
This commit is contained in:
10
ActualBudget/docker-compose.yml
Normal file → Executable file
10
ActualBudget/docker-compose.yml
Normal file → Executable 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
|
||||
|
||||
Reference in New Issue
Block a user