i have no idea why the fuck it's breaking now

This commit is contained in:
Lio Young 2021-07-12 18:19:06 +02:00
parent 7aff0ee4a7
commit 96696ff901
1 changed files with 18 additions and 16 deletions

View File

@ -24,24 +24,26 @@ services:
volumes:
- grafana:/var/lib/grafana
bot:
container_name: thaldrin
restart: always
hostname: cadaver
dns:
- 1.1.1.1
- 1.0.0.1
build: .
ports:
- 3621:3621
depends_on:
- prometheus
volumes:
- ./config.ts:/opt/thaldrin/config.ts
networks:
- lantern
- default
container_name: thaldrin
restart: always
hostname: cadaver
dns:
- 1.1.1.1
- 1.0.0.1
network_mode: "bridge"
build: .
ports:
- 3621:3621
depends_on:
- prometheus
volumes:
- ./config.ts:/opt/thaldrin/config.ts
# networks:
# - lantern
# - default
networks:
lantern:
external: true
volumes:
grafana:
prometheus: