Remove Pyroscope from production image
This commit is contained in:
parent
35516b8756
commit
fa2bfdecdd
|
@ -13,14 +13,6 @@ 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:
|
||||||
|
|
|
@ -6,4 +6,3 @@ opensearch-py
|
||||||
stripe
|
stripe
|
||||||
django-rest-framework
|
django-rest-framework
|
||||||
numpy
|
numpy
|
||||||
pyroscope-io
|
|
||||||
|
|
Loading…
Reference in New Issue