From d29fb90bb6a2e81e0bf39679985b2b9765630380 Mon Sep 17 00:00:00 2001 From: prokop Date: Fri, 23 May 2025 22:49:28 +0200 Subject: [PATCH] 0.33 --- Dockerfile.webtiles | 4 ++-- docker-compose.yaml | 2 ++ webserver/config.py | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Dockerfile.webtiles b/Dockerfile.webtiles index aa436aa..25156e4 100644 --- a/Dockerfile.webtiles +++ b/Dockerfile.webtiles @@ -17,11 +17,11 @@ RUN apt-get update && \ apt-get install -y ${BUILD_DEPS} ${APP_DEPS} # Retrieve crawl -RUN git clone --branch 0.32.1 ${CRAWL_REPO} /src/ +RUN git clone --branch 0.33.0 ${CRAWL_REPO} /src/ # Build crawl RUN cd /src/crawl-ref/source && \ - make install -j2 DESTDIR=/app/ USE_DGAMELAUNCH=y WEBTILES=y + make install -j1 DESTDIR=/app/ USE_DGAMELAUNCH=y WEBTILES=y # Set up webserver components RUN cp -r /src/crawl-ref/source/webserver /app/ && \ diff --git a/docker-compose.yaml b/docker-compose.yaml index 39f9967..98aec44 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -10,6 +10,8 @@ services: - ./data:/data networks: - caddy + labels: + - "com.centurylinklabs.watchtower.enable=false" networks: caddy: diff --git a/webserver/config.py b/webserver/config.py index 8d84217..67795b0 100644 --- a/webserver/config.py +++ b/webserver/config.py @@ -75,7 +75,7 @@ use_game_yaml = True # All options in this config are documented in games.d/base.yaml. games = OrderedDict([ ("dcss-web-trunk", dict( - name = "Play 0.32.1", + name = "Play 0.33.0", crawl_binary = "/app/bin/crawl", rcfile_path = "/data/rcs/", macro_path = "/data/rcs/",