chore(service): pin services to static version instead of using latest tag (#10116)
This commit is contained in:
commit
c5794be361
5 changed files with 5 additions and 5 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
services:
|
services:
|
||||||
audiobookshelf:
|
audiobookshelf:
|
||||||
image: ghcr.io/advplyr/audiobookshelf:latest
|
image: ghcr.io/advplyr/audiobookshelf:2.34.0
|
||||||
environment:
|
environment:
|
||||||
- SERVICE_URL_AUDIOBOOKSHELF_80
|
- SERVICE_URL_AUDIOBOOKSHELF_80
|
||||||
- TZ=${TIMEZONE:-America/Toronto}
|
- TZ=${TIMEZONE:-America/Toronto}
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
services:
|
services:
|
||||||
grocy:
|
grocy:
|
||||||
image: lscr.io/linuxserver/grocy:latest
|
image: lscr.io/linuxserver/grocy:4.6.0
|
||||||
environment:
|
environment:
|
||||||
- SERVICE_URL_GROCY
|
- SERVICE_URL_GROCY
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
services:
|
services:
|
||||||
jellyfin:
|
jellyfin:
|
||||||
image: lscr.io/linuxserver/jellyfin:latest
|
image: lscr.io/linuxserver/jellyfin:10.11.8
|
||||||
environment:
|
environment:
|
||||||
- SERVICE_URL_JELLYFIN_8096
|
- SERVICE_URL_JELLYFIN_8096
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
services:
|
services:
|
||||||
mealie:
|
mealie:
|
||||||
image: 'ghcr.io/mealie-recipes/mealie:latest'
|
image: 'ghcr.io/mealie-recipes/mealie:3.17.0'
|
||||||
environment:
|
environment:
|
||||||
- SERVICE_URL_MEALIE_9000
|
- SERVICE_URL_MEALIE_9000
|
||||||
- ALLOW_SIGNUP=${ALLOW_SIGNUP:-true}
|
- ALLOW_SIGNUP=${ALLOW_SIGNUP:-true}
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ryot:
|
ryot:
|
||||||
image: ignisda/ryot:v8
|
image: ignisda/ryot:v10.3.0
|
||||||
environment:
|
environment:
|
||||||
- SERVICE_URL_RYOT_8000
|
- SERVICE_URL_RYOT_8000
|
||||||
- DATABASE_URL=postgres://${SERVICE_USER_POSTGRES}:${SERVICE_PASSWORD_POSTGRES}@postgresql:5432/${POSTGRES_DB}
|
- DATABASE_URL=postgres://${SERVICE_USER_POSTGRES}:${SERVICE_PASSWORD_POSTGRES}@postgresql:5432/${POSTGRES_DB}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue