saleor-apps-redis_apl/apps/monitoring/docker-compose.yml
Lukasz Ostrowski 3bd7e3f05d
Monitoring app UI (#677)
* Replace macaw to next

* UI WIP

* ui wip

* fix graphql calls

* Fix ui

* Changsets

* Apply CR review

* fix spacing
2023-06-27 19:20:58 +02:00

18 lines
360 B
YAML

version: "3.8"
services:
api:
build:
context: ./backend
dockerfile: Dockerfile
target: dev
stdin_open: true
tty: true
ports:
- "5001:80"
environment:
- DEBUG=True
# Uncomment to enable test credentials mode
# - MOCK_DATADOG_CLIENT=True
volumes:
- ./backend/monitoring/:/app/monitoring