Skip to content

Commit a697a87

Browse files
authored
Updated Homarr to new standard (#135)
1 parent 945a424 commit a697a87

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

services/homarr/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#url=https://github.com/2Tiny2Scale/tailscale-docker-sidecar-configs
33
#COMPOSE_PROJECT_NAME= // only use in multiple deployments on the same infra
44
SERVICE=homarr
5-
IMAGE_URL=ghcr.io/ajnart/homarr
5+
IMAGE_URL=ghcr.io/homarr-labs/homarr
66
SERVICEPORT=7575
77
TS_AUTHKEY=
88
DNS_SERVER=9.9.9.9

services/homarr/docker-compose.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,10 @@ services:
4444
- PUID=1000
4545
- PGID=1000
4646
- TZ=Europe/Amsterdam
47+
- SECRET_ENCRYPTION_KEY= # Please generate a key with: openssl rand -hex 32
4748
volumes:
4849
# - /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
49-
- ${PWD}/homarr/configs:/app/data/configs
50-
- ${PWD}/homarr/icons:/app/public/icons
51-
- ${PWD}/homarr/data:/data
50+
- ${PWD}/${SERVICE}-data/appdata:/appdata
5251
depends_on:
5352
tailscale:
5453
condition: service_healthy

0 commit comments

Comments
 (0)