Add config/lancache/docker.yml

This commit is contained in:
b.waal 2024-06-09 01:32:40 +02:00
parent 457ab04c7c
commit d515fae8c4

View File

@ -0,0 +1,26 @@
x-restart-policy: &restart-policy "unless-stopped"
services:
dns:
image: lancachenet/lancache-dns:latest
env_file: .env
restart: *restart-policy
ports:
- ${DNS_BIND_IP}:53:53/udp
- ${DNS_BIND_IP}:53:53/tcp
monolithic:
image: lancachenet/monolithic:latest
env_file: .env
restart: *restart-policy
ports:
- 80:80/tcp
- 443:443/tcp
volumes:
- ${CACHE_ROOT}/cache:/data/cache
- ${CACHE_ROOT}/logs:/data/logs
HSdns:
image: lancachenet/lancache-dns:latest
env_file: .HSenv
restart: *restart-policy
ports:
- 10.0.0.199:53:53/udp
- 10.0.0.199:53:53/tcp