Spaces:
Sleeping
Sleeping
| version: "3.9" | |
| services: | |
| redis: | |
| image: redis:7-alpine | |
| container_name: investigator_redis | |
| ports: | |
| - "6379:6379" | |
| restart: unless-stopped | |
| prometheus: | |
| image: prom/prometheus:latest | |
| container_name: investigator_prometheus | |
| ports: | |
| - "9090:9090" | |
| volumes: | |
| - ./prometheus.yml:/etc/prometheus/prometheus.yml | |
| extra_hosts: | |
| - "host.docker.internal:host-gateway" | |
| restart: unless-stopped |