mirror of
https://github.com/tiennm99/coolify.git
synced 2026-05-12 22:57:58 +00:00
Merge pull request #6778 from mario-neuhold/patch-1
feat (template): use new homarr image
This commit is contained in:
@@ -7,14 +7,14 @@
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
homarr:
|
homarr:
|
||||||
image: ghcr.io/ajnart/homarr:latest
|
image: ghcr.io/homarr-labs/homarr:v1.40.0
|
||||||
environment:
|
environment:
|
||||||
- SERVICE_URL_HOMARR_7575
|
- SERVICE_URL_HOMARR_7575
|
||||||
|
- SERVICE_HEX_32_HOMARR
|
||||||
|
- 'SECRET_ENCRYPTION_KEY=${SERVICE_HEX_32_HOMARR}'
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- ./homarr/configs:/app/data/configs
|
- ./homarr/appdata:/appdata
|
||||||
- ./homarr/icons:/app/public/icons
|
|
||||||
- ./homarr/data:/data
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "wget", "-q", "--spider", "http://127.0.0.1:7575"]
|
test: ["CMD", "wget", "-q", "--spider", "http://127.0.0.1:7575"]
|
||||||
interval: 5s
|
interval: 5s
|
||||||
|
|||||||
Reference in New Issue
Block a user