chore(docker): Add sqlite3 to debugging stack

This is primarily for access to the sqlite3 CLI tool for running queries
against all of the Sonarr & Radarr databases.
pull/286/head
Robert Dailey 8 months ago
parent e11753d7ee
commit e159aff289

@ -54,3 +54,13 @@ services:
environment:
- TZ=America/Chicago
- SONARR__AUTH__APIKEY=testkey
sqlite:
image: keinos/sqlite3
network_mode: none
entrypoint: [sqlite3]
volumes:
- sonarr_develop:/sonarr/develop
- sonarr_stable:/sonarr/stable
- radarr_develop:/radarr/develop
- radarr_stable:/radarr/stable

Loading…
Cancel
Save