Skip to content

Commit 9e94388

Browse files
authored
remove Prometheus, Clark is already running an instance of Prometheus (#61)
1 parent d8a9841 commit 9e94388

3 files changed

Lines changed: 0 additions & 23 deletions

File tree

docker-compose.dev.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,6 @@ services:
2222
- ./assets:/app/assets
2323
environment:
2424
- WATCHFILES_FORCE_POLLING=true
25-
prometheus:
26-
image: prom/prometheus:latest
27-
restart: always
28-
volumes:
29-
- ./prometheus.yml:/etc/prometheus/prometheus.yml
30-
command:
31-
- --config.file=/etc/prometheus/prometheus.yml
32-
ports:
33-
- 9090:9090
3425

3526
volumes:
3627
cleezy_data_dev:

docker-compose.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@ services:
1818
- ./server.py:/app/server.py
1919
- ./modules:/app/modules
2020
- ./assets:/app/assets
21-
prometheus:
22-
image: prom/prometheus:latest
23-
restart: always
24-
volumes:
25-
- ./prometheus.yml:/etc/prometheus/prometheus.yml
26-
command:
27-
- "--config.file=/etc/prometheus/prometheus.yml"
2821
nginx:
2922
container_name: cleezy-nginx
3023
image: nginx:alpine

prometheus.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)