feat(Docker): Container healthchecks (#2951)

This commit is contained in:
h0lysp4nk
2020-05-24 19:18:46 +01:00
committed by GitHub
parent f72788446f
commit 1fc82e7f16
4 changed files with 11 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ services:
ac-database:
image: azerothcore/database
restart: unless-stopped
build:
context: .
dockerfile: ./docker/database/Dockerfile
@@ -22,6 +23,7 @@ services:
stdin_open: true
tty: true
image: azerothcore/worldserver
restart: unless-stopped
build:
context: ./docker/worldserver
dockerfile: Dockerfile
@@ -47,6 +49,7 @@ services:
ac-authserver:
image: azerothcore/authserver
restart: unless-stopped
build:
context: ./docker/authserver
dockerfile: Dockerfile