Added pocketbase and snibox to development, netdata to admin
This commit is contained in:
29
admin.yaml
29
admin.yaml
@@ -6,6 +6,7 @@ services:
|
||||
volumes:
|
||||
- /portainer/FileBrowser:/config
|
||||
- /media:/myfiles
|
||||
restart: unless-stopped
|
||||
homarr:
|
||||
image: ghcr.io/ajnart/homarr:latest
|
||||
networks:
|
||||
@@ -16,7 +17,35 @@ services:
|
||||
- /portainer/homarr/icons:/app/public/icons
|
||||
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
|
||||
@@ -76,6 +76,20 @@ services:
|
||||
- ENV_DOCKER_REGISTRY_HOST=docker-registry
|
||||
- ENV_DOCKER_REGISTRY_PORT=5000
|
||||
restart: unless-stopped
|
||||
pocketbase-sandbox:
|
||||
image: djdietrick/pocketbase:latest
|
||||
ports:
|
||||
- "8090:8090"
|
||||
volumes:
|
||||
- pocketbase-sandbox:/pb_data
|
||||
restart: unless-stopped
|
||||
snibox:
|
||||
image: snowmean/snibox-sqlite:latest
|
||||
ports:
|
||||
- "3010:3000"
|
||||
volumes:
|
||||
- /portainer/snibox:/app/db/database
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
nginx:
|
||||
@@ -87,3 +101,5 @@ volumes:
|
||||
external: true
|
||||
jenkins-data:
|
||||
external: true
|
||||
pocketbase-sandbox:
|
||||
external: true
|
||||
Reference in New Issue
Block a user