saleor-apps-redis_apl/apps/monitoring/docker-compose.yml
Przemysław Łada b33bfd35af
Add Saleor Monitoring app (#189)
* initial commit

* Remove pre-commit-config

* Update gitignore

* Update README

* Add better config for monitoring app (#190)

---------

Co-authored-by: Lukasz Ostrowski <lukasz.ostrowski@saleor.io>
2023-02-22 12:23:04 +01:00

16 lines
275 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
volumes:
- ./backend/monitoring/:/app/monitoring