feat(docker): add cache for faster rebuild (#1507)

- Closes #1502
This commit is contained in:
Francesco Borzì 2019-02-23 17:34:56 +01:00 committed by GitHub
parent 53098cd1e0
commit e659ca5fe9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 64 additions and 21 deletions

View file

@ -26,6 +26,9 @@ services:
ports:
- ${WORLD_EXTERNAL_PORT:-8085}:8085
volumes:
- type: bind
source: ./docker/worldserver/bin
target: /azeroth-server/bin
- type: bind
source: ${WORLDSERVER_ETC:-./docker/worldserver/etc}
target: /azeroth-server/etc
@ -48,6 +51,9 @@ services:
ports:
- ${AUTH_EXTERNAL_PORT:-3724}:3724
volumes:
- type: bind
source: ./docker/authserver/bin
target: /azeroth-server/bin
- type: bind
source: ${AUTHSERVER_ETC:-./docker/authserver/etc}
target: /azeroth-server/etc