add abs-tract
All checks were successful
Deploy Containers / Prepare (push) Successful in 30s

This commit is contained in:
2026-02-21 13:37:29 -05:00
parent 8864e824a6
commit 8baeec341b

View File

@@ -3,7 +3,8 @@
include_role:
name: docker
vars:
name: audiobookshelf
name: audiobookshelf_abs
network_name: "abs"
directories:
- "{{ data_dir }}/audiobookshelf"
- "{{ data_dir }}/audiobookshelf/config"
@@ -13,6 +14,7 @@
tag: latest
networks:
- name: homelab
- name: abs
volumes:
- "{{ media_path }}/Books/Audiobooks:/audiobooks"
- "{{ data_dir }}/audiobookshelf/config:/config"
@@ -25,3 +27,14 @@
traefik.http.routers.audiobookshelf.entrypoints: webSecure
traefik.http.routers.audiobookshelf.tls.certresolver: letsencrypt
traefik.http.services.audiobookshelf.loadbalancer.server.port: "80"
- name: Deploy abs-tract
include_role:
name: docker
vars:
name: audiobookshelf_abs-tract
image:
name: arranhs/abs-tract
tag: latest
networks:
- name: "abs"