mirror of
https://github.com/linuxserver/docker-bazarr.git
synced 2025-04-19 04:14:46 -04:00
Bot Updating Templated Files
This commit is contained in:
parent
c3603b5e0e
commit
e364f88b30
1 changed files with 44 additions and 3 deletions
|
@ -18,7 +18,7 @@ development_versions_items:
|
|||
param_container_name: "{{ project_name }}"
|
||||
param_usage_include_vols: true
|
||||
param_volumes:
|
||||
- { vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Persistent config files" }
|
||||
- {vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Persistent config files"}
|
||||
param_usage_include_ports: true
|
||||
param_ports:
|
||||
- {external_port: "6767", internal_port: "6767", port_desc: "Allows HTTP access to the internal webserver."}
|
||||
|
@ -26,14 +26,55 @@ opt_param_usage_include_vols: true
|
|||
opt_param_volumes:
|
||||
- {vol_path: "/movies", vol_host_path: "/path/to/movies", desc: "Location of your movies"}
|
||||
- {vol_path: "/tv", vol_host_path: "/path/to/tv", desc: "Location of your TV Shows"}
|
||||
|
||||
readonly_supported: true
|
||||
|
||||
# application setup block
|
||||
app_setup_block_enabled: true
|
||||
app_setup_block: |
|
||||
- Once running the URL will be `http://<host-ip>:6767`.
|
||||
- You must complete all the setup parameters in the webui before you can save the config.
|
||||
# init diagram
|
||||
init_diagram: |
|
||||
"bazarr:latest": {
|
||||
docker-mods
|
||||
base {
|
||||
fix-attr +\nlegacy cont-init
|
||||
}
|
||||
docker-mods -> base
|
||||
legacy-services
|
||||
custom services
|
||||
init-services -> legacy-services
|
||||
init-services -> custom services
|
||||
custom services -> legacy-services
|
||||
legacy-services -> ci-service-check
|
||||
init-migrations -> init-adduser
|
||||
init-config -> init-bazarr-config
|
||||
init-os-end -> init-config
|
||||
init-bazarr-config -> init-config-end
|
||||
init-config -> init-config-end
|
||||
init-os-end -> init-crontab-config
|
||||
init-mods-end -> init-custom-files
|
||||
base -> init-envfile
|
||||
base -> init-migrations
|
||||
base -> init-mods
|
||||
init-config-end -> init-mods
|
||||
init-mods -> init-mods-end
|
||||
init-mods-package-install -> init-mods-end
|
||||
init-mods -> init-mods-package-install
|
||||
base -> init-os-end
|
||||
init-adduser -> init-os-end
|
||||
init-envfile -> init-os-end
|
||||
init-migrations -> init-os-end
|
||||
init-custom-files -> init-services
|
||||
init-mods-end -> init-services
|
||||
init-services -> svc-bazarr
|
||||
svc-bazarr -> legacy-services
|
||||
init-services -> svc-cron
|
||||
svc-cron -> legacy-services
|
||||
}
|
||||
Base Images: {
|
||||
"baseimage-alpine:3.20"
|
||||
}
|
||||
"bazarr:latest" <- Base Images
|
||||
# changelog
|
||||
changelogs:
|
||||
- {date: "24.06.24:", desc: "Rebase to Alpine 3.20."}
|
||||
|
|
Loading…
Add table
Reference in a new issue