Take advantage of the ability to have 'ledgersmb.XXX.yaml' config files

This commit is contained in:
Erik Huelsmann
2023-08-25 20:37:11 +02:00
parent 59192ffd20
commit 0f7242d559
3 changed files with 101 additions and 21 deletions

View File

@@ -32,6 +32,14 @@ services:
depends_on:
- postgres
image: ghcr.io/ledgersmb/ledgersmb:1.10
volumes:
# In order to store the configuration outside the image, allowing it to
# be edited between container restarts, uncomment the section below and
# change the 'source' to the directory where you want the configuration
# to be stored.
# - type: bind
# - source: /home/ledgersmb/conf
# - target: /srv/ledgersmb/local/conf
networks:
- internal
- default