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