From efbd823249f96213a27b60334d024207b47d5d4a Mon Sep 17 00:00:00 2001 From: tan-docker Date: Sun, 12 Jul 2026 17:00:01 +0200 Subject: [PATCH] auto backup 2026-07-12_17:00:01 --- 102_pixarc/compose.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 102_pixarc/compose.yaml diff --git a/102_pixarc/compose.yaml b/102_pixarc/compose.yaml new file mode 100644 index 0000000..a48e17f --- /dev/null +++ b/102_pixarc/compose.yaml @@ -0,0 +1,26 @@ +services: + pixark: + image: parkervcp/pixark-server:latest + restart: unless-stopped + environment: + - SERVER_NAME=DenPix + - SERVER_PASSWORD=${SERVER_PASSWORD} + - ADMIN_PASSWORD=${ADMIN_PASSWORD} + - MAX_PLAYERS=10 + - GAME_PORT=27015 + - QUERY_PORT=27016 + - RCON_PORT=27017 + - TZ=Europe/Paris + volumes: + - /home/docker/pixark:/serverdata + ports: + - 27015:27015/udp + - 27016:27016/udp + - 27017:27017/tcp + networks: + tan-network: + ipv4_address: 10.10.0.112 + +networks: + tan-network: + external: true \ No newline at end of file