add buggregator
This commit is contained in:
@@ -62,3 +62,10 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- "./_data/coolify/proxy/testing-host-2:/data/coolify/proxy"
|
- "./_data/coolify/proxy/testing-host-2:/data/coolify/proxy"
|
||||||
|
buggregator:
|
||||||
|
image: ghcr.io/buggregator/server:latest
|
||||||
|
container_name: coolify-debug
|
||||||
|
ports:
|
||||||
|
- 8001:8000
|
||||||
|
networks:
|
||||||
|
- coolify
|
||||||
|
Reference in New Issue
Block a user