refactor(homarr): drop service_name var and rename db_dir to db
- homarr_service_name removed, replaced with fixed "homarr" string - homarr_db_dir renamed to homarr_db (variable points to a file, not a dir)
This commit is contained in:
parent
123769a4f4
commit
f4084ba078
2 changed files with 9 additions and 10 deletions
|
|
@ -8,11 +8,10 @@ docker_volume_base_dir: /srv/data
|
|||
|
||||
# homarr-specific configuration
|
||||
homarr_base_path: /srv/data/homarr
|
||||
homarr_service_name: homarr
|
||||
homarr_docker_compose_dir: "{{ docker_compose_base_dir }}/{{ homarr_service_name }}"
|
||||
homarr_docker_volume_dir: "{{ docker_volume_base_dir }}/{{ homarr_service_name }}"
|
||||
homarr_appdata_dir: "{{ homarr_docker_volume_dir }}/{{ homarr_service_name }}/appdata"
|
||||
homarr_db_dir: "{{ homarr_appdata_dir }}/db/db.sqlite"
|
||||
homarr_docker_compose_dir: "{{ docker_compose_base_dir }}/homarr"
|
||||
homarr_docker_volume_dir: "{{ docker_volume_base_dir }}/homarr"
|
||||
homarr_appdata_dir: "{{ homarr_docker_volume_dir }}/homarr/appdata"
|
||||
homarr_db: "{{ homarr_appdata_dir }}/db/db.sqlite"
|
||||
|
||||
# Service configuration
|
||||
homarr_domain: "homarr.local.test"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue