Files
infra/102_pixarc/compose.yaml
T

26 lines
585 B
YAML

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