Add Pyroscope to production compose
This commit is contained in:
parent
27996b3bc5
commit
35516b8756
|
@ -13,6 +13,14 @@ services:
|
||||||
- "${NEPTUNE_PORT}:8000" # uwsgi socket
|
- "${NEPTUNE_PORT}:8000" # uwsgi socket
|
||||||
env_file:
|
env_file:
|
||||||
- ../stack.env
|
- ../stack.env
|
||||||
|
pyroscope:
|
||||||
|
image: pyroscope/pyroscope
|
||||||
|
environment:
|
||||||
|
- PYROSCOPE_LOG_LEVEL=debug
|
||||||
|
ports:
|
||||||
|
- '4040:4040'
|
||||||
|
command:
|
||||||
|
- 'server'
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue