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, "available": true,
"exposable": true, "exposable": true,
"id": "movary", "id": "movary",
"tipi_version": 14, "tipi_version": 15,
"version": "0.57.0", "version": "0.57.0",
"categories": [ "categories": [
"media" "media"

View File

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