deploy fix для realmlist

This commit is contained in:
2026-03-09 12:53:29 +04:00
parent 481acd7b9b
commit 7195b9e971
3 changed files with 151 additions and 0 deletions
+5
View File
@@ -64,14 +64,19 @@ else
docker compose up -d
fi
log "synchronizing realmlist"
"$ROOT_DIR/sync-realmlist.sh"
log "current service status"
docker compose ps
printf '\n'
printf 'Realm: %s:%s\n' "${ACORE_REALMLIST_PUBLIC_ADDRESS:-127.0.0.1}" "${ACORE_REALMLIST_PORT:-${DOCKER_WORLD_EXTERNAL_PORT:-8085}}"
printf 'World: 127.0.0.1:%s\n' "${DOCKER_WORLD_EXTERNAL_PORT:-8085}"
printf 'Auth: 127.0.0.1:%s\n' "${DOCKER_AUTH_EXTERNAL_PORT:-3724}"
printf 'SOAP: 127.0.0.1:%s\n' "${DOCKER_SOAP_EXTERNAL_PORT:-7878}"
printf 'Account: ./create-account.sh admin your_password\n'
printf 'RealmDB: ./sync-realmlist.sh\n'
printf 'Logs: docker compose logs -f ac-worldserver ac-authserver\n'
if (( FOLLOW_LOGS )); then