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

@ -30,6 +30,7 @@ services:
dns: dns:
- 1.1.1.1 - 1.1.1.1
- 1.0.0.1 - 1.0.0.1
network_mode: "bridge"
build: . build: .
ports: ports:
- 3621:3621 - 3621:3621
@ -37,11 +38,12 @@ services:
- prometheus - prometheus
volumes: volumes:
- ./config.ts:/opt/thaldrin/config.ts - ./config.ts:/opt/thaldrin/config.ts
networks: # networks:
- lantern # - lantern
- default # - default
networks: networks:
lantern: lantern:
external: true
volumes: volumes:
grafana: grafana:
prometheus: prometheus: