update docker-compose file

This commit is contained in:
Lio Young 2021-05-14 21:49:18 +02:00
parent 8c24c6ad23
commit 6f894b31cf
No known key found for this signature in database
GPG Key ID: 789795A11879E169
1 changed files with 19 additions and 0 deletions

View File

@ -8,9 +8,25 @@ services:
- lantern
ports:
- 9090:9090
volumes:
- prometheus:/var/lib/prometheus
grafana:
container_name: grafana
image: grafana/grafana
restart: always
depends_on:
- prometheus
- bot
ports:
- 3000:3000
networks:
- lantern
volumes:
- grafana:/var/lib/grafana
bot:
container_name: thaldrin
restart: always
hostname: thaldrin
build: .
ports:
- 3621:3621
@ -23,3 +39,6 @@ services:
- default
networks:
lantern:
volumes:
grafana:
prometheus: