Update lancache
This commit is contained in:
@@ -9,8 +9,7 @@ services:
|
|||||||
app:
|
app:
|
||||||
image: lancachenet/monolithic:latest
|
image: lancachenet/monolithic:latest
|
||||||
environment:
|
environment:
|
||||||
# USE_GENERIC_CACHE=true
|
- USE_GENERIC_CACHE=true
|
||||||
- USE_ALL_SERVICES=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
|
||||||
- CACHE_ROOT=/data/cache
|
- CACHE_ROOT=/data/cache
|
||||||
@@ -18,6 +17,9 @@ services:
|
|||||||
- CACHE_INDEX_SIZE=500m
|
- CACHE_INDEX_SIZE=500m
|
||||||
- CACHE_MAX_AGE=3650d
|
- CACHE_MAX_AGE=3650d
|
||||||
- TZ=Europe/Berlin
|
- TZ=Europe/Berlin
|
||||||
|
ports:
|
||||||
|
- "8080:8080/tcp"
|
||||||
|
- "443:443/tcp"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/cache:/data/cache
|
- ${APP_DATA_DIR}/cache:/data/cache
|
||||||
@@ -30,11 +32,7 @@ services:
|
|||||||
dns:
|
dns:
|
||||||
image: lancachenet/lancache-dns:latest
|
image: lancachenet/lancache-dns:latest
|
||||||
environment:
|
environment:
|
||||||
# USE_GENERIC_CACHE=true
|
- USE_GENERIC_CACHE=true
|
||||||
- STEAM_IP=192.168.178.70
|
|
||||||
- BLIZZARD_IP=192.168.178.70
|
|
||||||
- EPICGAMES_IP=192.168.178.70
|
|
||||||
- USE_ALL_SERVICES=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
|
||||||
|
|||||||
Reference in New Issue
Block a user