Update images with liyunfan1223 fork

This commit is contained in:
Deckard
2025-10-05 05:45:06 -04:00
parent 13fc1b7e66
commit a089136a04
5 changed files with 57 additions and 26 deletions

View File

@@ -46,17 +46,23 @@ DB_WORLD_NAME=acore_world
DB_CHARACTERS_NAME=acore_characters
# ==============================================
# DOCKER IMAGES
# DOCKER IMAGES
# ==============================================
# Core service images
AC_AUTHSERVER_IMAGE=acore/ac-wotlk-authserver:14.0.0-dev
AC_WORLDSERVER_IMAGE=acore/ac-wotlk-worldserver:14.0.0-dev
# Core service images - mod-playerbots compatible builds
AC_AUTHSERVER_IMAGE=uprightbass360/azerothcore-wotlk-playerbots:authserver-Playerbot
# AC_AUTHSERVER_IMAGE=acore/ac-wotlk-authserver:14.0.0-dev
AC_WORLDSERVER_IMAGE=uprightbass360/azerothcore-wotlk-playerbots:worldserver-Playerbot
# AC_WORLDSERVER_IMAGE=acore/ac-wotlk-worldserver:14.0.0-dev
ALPINE_IMAGE=alpine:latest
# Optional service images (from combined optional layer)
AC_ELUNA_IMAGE=acore/eluna-ts:master
ALPINE_GIT_IMAGE=alpine/git:latest
# mod-playerbots compatible client data image
AC_CLIENT_DATA_IMAGE=uprightbass360/azerothcore-wotlk-playerbots:client-data-Playerbot
# AC_CLIENT_DATA_IMAGE=alpine:latest
# ==============================================
# IMAGE PULL POLICY
# ==============================================