Skip to content

Commit

Permalink
(docker): Add actualbudget
Browse files Browse the repository at this point in the history
  • Loading branch information
thibmaek committed Mar 13, 2024
1 parent 41ff84e commit a95be92
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions files/docker_compose/actualbudget/actualbudget.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# https://actualbudget.github.io/docs/Installing/Configuration
12 changes: 12 additions & 0 deletions files/docker_compose/actualbudget/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: '3'

services:
actual_server:
image: docker.io/actualbudget/actual-server
container_name: actualbudget
env_file: actualbudget.env
ports:
- 5006:5006
volumes:
- ./data:/data
restart: unless-stopped

0 comments on commit a95be92

Please sign in to comment.