r15ch13 / arkcluster

ARK: Survival Evolved as Docker Cluster
https://hub.docker.com/r/r15ch13/arkcluster
MIT License
30 stars 17 forks source link

Is my network bad? #17

Open alec121100 opened 6 months ago

alec121100 commented 6 months ago

Hello, I just try to make Cluster out of 7 Maps. I edited the compose.yml for my cluster.

` version: "3"

services: island: image: r15ch13/arkcluster:latest deploy: mode: global environment: CRON_AUTO_UPDATE: "0 /3 " CRON_AUTO_BACKUP: "0 /1 " UPDATEONSTART: 1 BACKUPONSTART: 1 BACKUPONSTOP: 1 WARNONSTOP: 1 USER_ID: 1000 GROUP_ID: 1000 TZ: "UTC" MAX_BACKUP_SIZE: 500 SERVERMAP: "TheIsland" SESSION_NAME: "ARK Cluster TheIsland" MAX_PLAYERS: 15 RCON_ENABLE: "True" QUERY_PORT: 15000 GAME_PORT: 15002 RCON_PORT: 15003 SERVER_PVE: "False" SERVER_PASSWORD: "" ADMIN_PASSWORD: "" SPECTATOR_PASSWORD: "" MODS: "1650069767,924933745,895711211,1775666168,1404697612,2017186718,1814953878,1591643730,1941328406,630601751,1609138312,1379153273,1428596566,1934081600,793605978" CLUSTER_ID: "" GAME_USERSETTINGS_INI_PATH: "/cluster/myclusterid.GameUserSettings.ini" GAME_INI_PATH: "/cluster/myclusterid.Game.ini" KILL_PROCESS_TIMEOUT: 300 KILL_ALL_PROCESSES_TIMEOUT: 300 volumes:

volumes: data_island: data_ragnarok: data_fjordur: data_center: data_aberration: data_crystal: data_gen2: cluster: `

Of course I have the passwords and clusterid set. Does this compose looks right to you? There are no errors. The paths for the volumes are existent but I just put the .ini files in it. Is that right?

Beside of that, I composed that up for about 2 hours ago and there is still no playable server yet. My downstream is maximized and I've shut down all containers but one for a higher download. But still no progress that I could see. Am I do something wrong? And how do I install mods? With the arkmanager?