paper: bump versions
parent
cc2754b3aa
commit
cf255a0b1a
|
@ -2,12 +2,12 @@ version: '3.4'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: 'git.rustybever.be/chewing_bever/mc-paper:1.20.1-100'
|
image: 'git.rustybever.be/chewing_bever/mc-paper:1.20.1-119'
|
||||||
build:
|
build:
|
||||||
context: paper
|
context: paper
|
||||||
args:
|
args:
|
||||||
- 'MC_VERSION=1.20.1'
|
- 'MC_VERSION=1.20.1'
|
||||||
- 'PAPERMC_VERSION=100'
|
- 'PAPERMC_VERSION=119'
|
||||||
|
|
||||||
# These are necessary to make the console work
|
# These are necessary to make the console work
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
|
|
|
@ -24,7 +24,7 @@ ARG MC_VERSION
|
||||||
ARG PAPERMC_VERSION
|
ARG PAPERMC_VERSION
|
||||||
|
|
||||||
# Install alex binary
|
# Install alex binary
|
||||||
ADD "https://git.rustybever.be/api/packages/Chewing_Bever/generic/alex/0.3.1/alex-linux-amd64" /bin/alex
|
ADD "https://git.rustybever.be/api/packages/Chewing_Bever/generic/alex/0.4.0/alex-linux-amd64" /bin/alex
|
||||||
|
|
||||||
RUN chmod +x /bin/alex && \
|
RUN chmod +x /bin/alex && \
|
||||||
addgroup -Sg 1000 paper && \
|
addgroup -Sg 1000 paper && \
|
||||||
|
@ -44,9 +44,9 @@ RUN chown -R paper:paper /app
|
||||||
VOLUME /app/config/cache
|
VOLUME /app/config/cache
|
||||||
|
|
||||||
ENV ALEX_JAR=/app/server.jar \
|
ENV ALEX_JAR=/app/server.jar \
|
||||||
ALEX_CONFIG_DIR=/app/config \
|
ALEX_CONFIG=/app/config \
|
||||||
ALEX_WORLD_DIR=/app/worlds \
|
ALEX_WORLD=/app/worlds \
|
||||||
ALEX_BACKUP_DIR=/app/backups \
|
ALEX_BACKUP=/app/backups \
|
||||||
ALEX_SERVER=paper \
|
ALEX_SERVER=paper \
|
||||||
ALEX_SERVER_VERSION="${MC_VERSION}-${PAPERMC_VERSION}"
|
ALEX_SERVER_VERSION="${MC_VERSION}-${PAPERMC_VERSION}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue