remow starship dns
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
services:
|
||||
# --- ЯДРО: Caddy с авто-лейблами ---
|
||||
caddy:
|
||||
# Вместо image используем build
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile-caddy
|
||||
image: lucaslorentz/caddy-docker-proxy:latest
|
||||
container_name: caddy
|
||||
ports:
|
||||
- 80:80
|
||||
@@ -85,15 +82,6 @@ services:
|
||||
caddy: test-app1.jambotron.com
|
||||
caddy.reverse_proxy: "{{upstreams 80}}"
|
||||
restart: always
|
||||
loki:
|
||||
image: grafana/loki:2.9.0
|
||||
container_name: jambo-loki
|
||||
ports:
|
||||
- "3100:3100"
|
||||
command: -config.file=/etc/loki/local-config.yaml
|
||||
networks:
|
||||
- jambotron-net
|
||||
restart: always
|
||||
|
||||
networks:
|
||||
jambotron-net:
|
||||
@@ -102,4 +90,4 @@ networks:
|
||||
volumes:
|
||||
caddy_data:
|
||||
prometheus_data:
|
||||
grafana_data:
|
||||
grafana_data:
|
||||
Reference in New Issue
Block a user