diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2022-10-05 13:15:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-05 13:15:42 +0200 |
commit | e189caeb76347b573727262739d7fbc919366aa6 (patch) | |
tree | b4d36817fc33132e094785042a3680ad586297b6 /docker-compose.yml | |
parent | 00eea376f193aa425c5d5a6174f51848305f6903 (diff) |
feat(docker): implemented dbimport (#13308)
## Changes Proposed:
- Implemented dbimport with docker
- deprecated db_assembler
- Fixed deno scripts and integrated them with the CI
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 006d644813..72d0bf1726 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -291,6 +291,12 @@ services: - ${DOCKER_VOL_TOOLS_MMAPS:-./var/extractors/mmaps}:/azerothcore/env/client/mmaps profiles: [prod, tools] + ac-db-import: + <<: *ac-shared-conf + image: acore/ac-wotlk-worldserver:${DOCKER_IMAGE_TAG:-master} # name of the generated image after built locally + command: ./env/dist/bin/dbimport + profiles: [db-import] + volumes: ac-database: ac-bin: |