auto backup 2026-07-12_17:00:01

This commit is contained in:
tan-docker
2026-07-12 17:00:01 +02:00
parent ae6cdf0595
commit efbd823249
+26
View File
@@ -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