This commit is contained in:
Lio Young 2021-07-12 18:06:45 +02:00
parent 9fcffedcf1
commit 4ac0c31b8a
1 changed files with 3 additions and 4 deletions

View File

@ -28,11 +28,11 @@ services:
restart: always restart: always
hostname: cadaver hostname: cadaver
dns: dns:
- 1.1.1.1 - 1.1.1.1
- 1.0.0.1 - 1.0.0.1
build: . build: .
ports: ports:
- 3621:3621 - 3621:3621
depends_on: depends_on:
- prometheus - prometheus
volumes: volumes:
@ -42,7 +42,6 @@ services:
- default - default
networks: networks:
lantern: lantern:
external: true
volumes: volumes:
grafana: grafana:
prometheus: prometheus: