Update home-tools.yaml
parent
b3c638c2d5
commit
fbc37a096f
|
@ -1,14 +1,15 @@
|
||||||
version: '3.7'
|
version: '3.7'
|
||||||
services:
|
services:
|
||||||
|
|
||||||
homarr:
|
homepage:
|
||||||
container_name: homarr
|
image: ghcr.io/gethomepage/homepage:latest
|
||||||
image: ghcr.io/ajnart/homarr:latest
|
container_name: homepage
|
||||||
restart: unless-stopped
|
|
||||||
volumes:
|
volumes:
|
||||||
- /dockers/homarr/configs:/app/data/configs
|
- /dockers/homepage:/app/config # Make sure your local config directory exists
|
||||||
- /dockers/homarr/data:/data
|
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations, see alternative methods
|
||||||
- /dockers/homarr/icons:/app/public/icons
|
environment:
|
||||||
|
PUID: 1000 # read them from .env
|
||||||
|
PGID: 1000 # read them from .env
|
||||||
|
|
||||||
mealie:
|
mealie:
|
||||||
container_name: mealie
|
container_name: mealie
|
||||||
|
|
Loading…
Reference in New Issue