Skip to content

Commit 6a2efc1

Browse files
authored
Test to see if the doc page will built (#5)
1 parent cf3d9bf commit 6a2efc1

16 files changed

+93
-0
lines changed

.apps/actualbudget2/.env

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ACTUALBUDGET<__INSTANCE>__ENABLED='false'
2+
ACTUALBUDGET<__INSTANCE>__CONTAINER_NAME='actualbudget<__instance>'
3+
ACTUALBUDGET<__INSTANCE>__HOSTNAME='ActualBudget<__Instance>'
4+
ACTUALBUDGET<__INSTANCE>__NETWORK_MODE=''
5+
ACTUALBUDGET<__INSTANCE>__PORT_5006='5006'
6+
ACTUALBUDGET<__INSTANCE>__RESTART='unless-stopped'
7+
ACTUALBUDGET<__INSTANCE>__STORAGE_ON='' # Blank uses DOCKER_STORAGE_ON value. Set to YES/NO to override
8+
ACTUALBUDGET<__INSTANCE>__STORAGE2_ON='' # Blank uses DOCKER_STORAGE2_ON value. Set to YES/NO to override
9+
ACTUALBUDGET<__INSTANCE>__STORAGE3_ON='' # Blank uses DOCKER_STORAGE3_ON value. Set to YES/NO to override
10+
ACTUALBUDGET<__INSTANCE>__STORAGE4_ON='' # Blank uses DOCKER_STORAGE4_ON value. Set to YES/NO to override
11+
ACTUALBUDGET<__INSTANCE>__TAG='latest'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
services:
2+
actualbudget<__instance>:
3+
image: actualbudget/actual-server:${ACTUALBUDGET<__INSTANCE>__TAG?}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
${DOCKER_VOLUME_CONFIG}/actualbudget<__instance>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
services:
2+
actualbudget<__instance>:
3+
hostname: ${ACTUALBUDGET<__INSTANCE>__HOSTNAME?}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
services:
2+
actualbudget<__instance>:
3+
labels:
4+
com.dockstarter.appinfo.deprecated: "false"
5+
com.dockstarter.appinfo.description: "Super fast, privacy-focused app for managing your finances."
6+
com.dockstarter.appinfo.nicename: "ActualBudget<__Instance>"
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
###
2+
### ACTUALBUDGET<__INSTANCE> - .env
3+
###
4+
ACTUALBUDGET<__INSTANCE>__ENABLED ACTUALBUDGET<__INSTANCE>_ENABLED
5+
ACTUALBUDGET<__INSTANCE>__CONTAINER_NAME ACTUALBUDGET<__INSTANCE>_CONTAINER_NAME
6+
ACTUALBUDGET<__INSTANCE>__HOSTNAME ACTUALBUDGET<__INSTANCE>_HOSTNAME
7+
ACTUALBUDGET<__INSTANCE>__NETWORK_MODE ACTUALBUDGET<__INSTANCE>_NETWORK_MODE
8+
ACTUALBUDGET<__INSTANCE>__PORT_5006 ACTUALBUDGET<__INSTANCE>_PORT_5006
9+
ACTUALBUDGET<__INSTANCE>__RESTART ACTUALBUDGET<__INSTANCE>_RESTART
10+
ACTUALBUDGET<__INSTANCE>__STORAGE_ON ACTUALBUDGET<__INSTANCE>__STORAGE
11+
ACTUALBUDGET<__INSTANCE>__STORAGE2_ON ACTUALBUDGET<__INSTANCE>__STORAGE2
12+
ACTUALBUDGET<__INSTANCE>__STORAGE3_ON ACTUALBUDGET<__INSTANCE>__STORAGE3
13+
ACTUALBUDGET<__INSTANCE>__STORAGE4_ON ACTUALBUDGET<__INSTANCE>__STORAGE4
14+
ACTUALBUDGET<__INSTANCE>__TAG ACTUALBUDGET<__INSTANCE>_TAG
15+
###
16+
### ACTUALBUDGET<__INSTANCE> - actualbudget<__instance>.env:
17+
###
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
services:
2+
actualbudget<__instance>:
3+
network_mode: ${ACTUALBUDGET<__INSTANCE>__NETWORK_MODE?}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
services:
2+
actualbudget<__instance>:
3+
ports:
4+
- ${ACTUALBUDGET<__INSTANCE>__PORT_5006?}:5006
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
services:
2+
actualbudget<__instance>:
3+
volumes:
4+
- ${DOCKER_VOLUME_STORAGE?}:/storage

0 commit comments

Comments
 (0)