add buggregator
This commit is contained in:
parent
0f50d1accd
commit
726d46c3c1
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue