mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
feat: Add extensive collection of application blueprints with Docker Compose configurations
This commit is contained in:
BIN
blueprints/actualbudget/actualbudget.png
Normal file
BIN
blueprints/actualbudget/actualbudget.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.5 KiB |
12
blueprints/actualbudget/docker-compose.yml
Normal file
12
blueprints/actualbudget/docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
actualbudget:
|
||||
image: docker.io/actualbudget/actual-server:latest
|
||||
environment:
|
||||
# See all options at https://actualbudget.org/docs/config
|
||||
- ACTUAL_PORT=5006
|
||||
volumes:
|
||||
- actual-data:/data
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
actual-data:
|
||||
12
blueprints/actualbudget/template.yml
Normal file
12
blueprints/actualbudget/template.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
variables:
|
||||
main_domain: ${randomDomain}
|
||||
|
||||
config:
|
||||
domains:
|
||||
- serviceName: actualbudget
|
||||
port: 5006
|
||||
host: ${main_domain}
|
||||
|
||||
env: []
|
||||
|
||||
mounts: []
|
||||
Reference in New Issue
Block a user