11 lines
318 B
YAML
11 lines
318 B
YAML
services:
|
|
ac-worldserver:
|
|
stdin_open: true
|
|
tty: true
|
|
environment:
|
|
AC_RATE_XP_KILL: "${AC_RATE_XP_KILL:-1}"
|
|
AC_AI_PLAYERBOT_RANDOM_BOT_AUTOLOGIN: "${AC_AI_PLAYERBOT_RANDOM_BOT_AUTOLOGIN:-1}"
|
|
volumes:
|
|
- ./modules:/azerothcore/modules:ro
|
|
- ./lua_scripts:/azerothcore/lua_scripts
|