Add Pyroscope to production compose

This commit is contained in:
Mark Veidemanis 2022-08-02 22:22:22 +01:00
parent 27996b3bc5
commit 35516b8756
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 8 additions and 0 deletions

View File

@ -13,6 +13,14 @@ services:
- "${NEPTUNE_PORT}:8000" # uwsgi socket
env_file:
- ../stack.env
pyroscope:
image: pyroscope/pyroscope
environment:
- PYROSCOPE_LOG_LEVEL=debug
ports:
- '4040:4040'
command:
- 'server'
networks:
default: