52 lines
1.1 KiB
YAML
52 lines
1.1 KiB
YAML
services:
|
|
filebrowser:
|
|
image: 80x86/filebrowser:latest
|
|
ports:
|
|
- "8082:8082"
|
|
volumes:
|
|
- /portainer/FileBrowser:/config
|
|
- /media:/myfiles
|
|
restart: unless-stopped
|
|
homarr:
|
|
image: ghcr.io/ajnart/homarr:latest
|
|
networks:
|
|
- nginx
|
|
hostname: homarr
|
|
volumes:
|
|
- /portainer/homarr/configs:/app/data/configs
|
|
- /portainer/homarr/icons:/app/public/icons
|
|
- /portainer/homarr/data:/data
|
|
environment:
|
|
- PORT=7575
|
|
restart: unless-stopped
|
|
netdata:
|
|
image: netdata/netdata:latest
|
|
ports:
|
|
- "19999:19999"
|
|
volumes:
|
|
- netdatacache:/var/cache/netdata
|
|
- netdatalib:/var/lib/netdata
|
|
- netdataconfig:/etc/netdata
|
|
- /etc/group:/host/etc/group
|
|
- /etc/os-release:/host/etc/os-release
|
|
- /etc/passwd:/host/etc/passwd
|
|
- /proc:/host/proc
|
|
- /sys:/host/sys
|
|
environment:
|
|
- NETDATA_LISTENER_PORT=19999
|
|
- DOCKER_GRP=netdata
|
|
- DOCKER_USR=netdata
|
|
restart: unless-stopped
|
|
|
|
networks:
|
|
nginx:
|
|
external: true
|
|
|
|
volumes:
|
|
netdatacache:
|
|
external: true
|
|
netdatalib:
|
|
external: true
|
|
netdataconfig:
|
|
external: true
|