Add User Groups to Movary (#1191)

This commit is contained in:
DrMxrcy 2023-09-12 10:07:32 -04:00 committed by GitHub
parent 49cc388fa7
commit a2ebae04ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"available": true,
"exposable": true,
"id": "movary",
"tipi_version": 14,
"tipi_version": 15,
"version": "0.57.0",
"categories": [
"media"

View File

@ -4,6 +4,9 @@ services:
movary:
image: leepeuker/movary:0.57.0
container_name: movary
user: ${TIPI_UID}:${TIPI_GID}
group_add:
- ${TIPI_GID}
environment:
- TMDB_API_KEY=${MOVARY_TMDB_API_KEY}
- TIMEZONE=${TZ}