0.33
This commit is contained in:
@@ -17,11 +17,11 @@ RUN apt-get update && \
|
|||||||
apt-get install -y ${BUILD_DEPS} ${APP_DEPS}
|
apt-get install -y ${BUILD_DEPS} ${APP_DEPS}
|
||||||
|
|
||||||
# Retrieve crawl
|
# Retrieve crawl
|
||||||
RUN git clone --branch 0.32.1 ${CRAWL_REPO} /src/
|
RUN git clone --branch 0.33.0 ${CRAWL_REPO} /src/
|
||||||
|
|
||||||
# Build crawl
|
# Build crawl
|
||||||
RUN cd /src/crawl-ref/source && \
|
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
|
# Set up webserver components
|
||||||
RUN cp -r /src/crawl-ref/source/webserver /app/ && \
|
RUN cp -r /src/crawl-ref/source/webserver /app/ && \
|
||||||
|
|||||||
@@ -10,6 +10,8 @@ services:
|
|||||||
- ./data:/data
|
- ./data:/data
|
||||||
networks:
|
networks:
|
||||||
- caddy
|
- caddy
|
||||||
|
labels:
|
||||||
|
- "com.centurylinklabs.watchtower.enable=false"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
caddy:
|
caddy:
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ use_game_yaml = True
|
|||||||
# All options in this config are documented in games.d/base.yaml.
|
# All options in this config are documented in games.d/base.yaml.
|
||||||
games = OrderedDict([
|
games = OrderedDict([
|
||||||
("dcss-web-trunk", dict(
|
("dcss-web-trunk", dict(
|
||||||
name = "Play 0.32.1",
|
name = "Play 0.33.0",
|
||||||
crawl_binary = "/app/bin/crawl",
|
crawl_binary = "/app/bin/crawl",
|
||||||
rcfile_path = "/data/rcs/",
|
rcfile_path = "/data/rcs/",
|
||||||
macro_path = "/data/rcs/",
|
macro_path = "/data/rcs/",
|
||||||
|
|||||||
Reference in New Issue
Block a user