Added pocketbase and snibox to development, netdata to admin
This commit is contained in:
@@ -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:
|
||||
@@ -86,4 +100,6 @@ volumes:
|
||||
jenkins-docker-certs:
|
||||
external: true
|
||||
jenkins-data:
|
||||
external: true
|
||||
pocketbase-sandbox:
|
||||
external: true
|
||||
Reference in New Issue
Block a user