mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-09 01:38:20 +00:00
More meaningful error messages
Suggested by @Marcono1234
This commit is contained in:
parent
8ba3fe33f3
commit
9c10a7adef
@ -13,7 +13,7 @@ services:
|
||||
- DATABASE_PASSWORD=${MARIADB_PASSWORD:-darkflame}
|
||||
- EXTERNAL_IP=${EXTERNAL_IP:-darkflame}
|
||||
volumes:
|
||||
- ${CLIENT_PATH:?err}:/client
|
||||
- ${CLIENT_PATH:?missing_client_path}:/client
|
||||
- shared_configs:/docker/
|
||||
|
||||
database:
|
||||
@ -45,7 +45,7 @@ services:
|
||||
- BUILD_THREADS=${BUILD_THREADS:-1}
|
||||
- BUILD_VERSION=${BUILD_VERSION:-171022}
|
||||
volumes:
|
||||
- ${CLIENT_PATH:?err}:/client
|
||||
- ${CLIENT_PATH:?missing_client_path}:/client
|
||||
- shared_configs:/shared_configs
|
||||
depends_on:
|
||||
- database
|
||||
@ -83,7 +83,7 @@ services:
|
||||
- DATABASE_HOST=database
|
||||
- DATABASE_USER=${MARIADB_USER:-darkflame}
|
||||
- DATABASE_PASSWORD=${MARIADB_PASSWORD:-darkflame}
|
||||
- ACCOUNT_SECRET=${ACCOUNT_MANAGER_SECRET:?err}
|
||||
- ACCOUNT_SECRET=${ACCOUNT_MANAGER_SECRET:?missing_account_secret}
|
||||
ports:
|
||||
- 5000:5000
|
||||
healthcheck:
|
||||
|
Loading…
Reference in New Issue
Block a user