Initial commit: all siklos docker-compose files
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
actual-budget:
|
||||
image: actualbudget/actual-server:latest
|
||||
container_name: actual-budget
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "5006:5006"
|
||||
volumes:
|
||||
- ./data:/data
|
||||
networks:
|
||||
- default
|
||||
- pihole_default
|
||||
|
||||
networks:
|
||||
pihole_default:
|
||||
external: true
|
||||
Reference in New Issue
Block a user