Update lancache

This commit is contained in:
2025-11-28 23:02:51 +01:00
parent a2954e3b8f
commit 0d40e6c314

View File

@@ -3,19 +3,12 @@ version: "3.7"
services: services:
app_proxy: app_proxy:
environment: environment:
APP_HOST: app APP_HOST: cpn-lancache_app_1
APP_PORT: "80" APP_PORT: "8080"
app: app:
image: lancachenet/monolithic:latest image: lancachenet/monolithic:latest
container_name: lancache_app network_mode: host
hostname: lancache
networks:
- lancache_network
ports:
- "80:80"
- "443:443"
- "8080:8080"
environment: environment:
- USE_GENERIC_CACHE=true - USE_GENERIC_CACHE=true
- LANCACHE_IP=192.168.178.70 - LANCACHE_IP=192.168.178.70
@@ -36,19 +29,10 @@ services:
dns: dns:
image: lancachenet/lancache-dns:latest image: lancachenet/lancache-dns:latest
container_name: lancache_dns network_mode: host
networks:
- lancache_network
ports:
- "53:53/udp"
- "53:53/tcp"
environment: environment:
- USE_GENERIC_CACHE=true - USE_GENERIC_CACHE=true
- LANCACHE_IP=192.168.178.70 - LANCACHE_IP=192.168.178.70
- UPSTREAM_DNS=8.8.8.8 - UPSTREAM_DNS=8.8.8.8
- TZ=Europe/Berlin - TZ=Europe/Berlin
restart: unless-stopped restart: unless-stopped
networks:
lancache_network:
driver: bridge