- fix docker permissions with mounted volumes on new docker versions (https://github.com/docker/desktop-linux/issues/31) - fix ac-tools image - cleanup unused env - add `cap_add: SYS_NICE` to allow setting process high priority - fix ccache in docker - allow to switch between root user (default) to acore user in any container - fix cache of the downloaded client data - split docker github actions in 2 parts - versioning mysql images - performance improvements
28 lines
495 B
Docker
28 lines
495 B
Docker
#
|
|
# Create a .env file in the root folder and use the following
|
|
# variables to configure your docker compose
|
|
#
|
|
|
|
DOCKER_AC_ENV_FILE=
|
|
|
|
DOCKER_VOL_ROOT=
|
|
DOCKER_VOL_CONF=
|
|
DOCKER_VOL_ETC=
|
|
DOCKER_VOL_LOGS=
|
|
DOCKER_VOL_DATA_CAMERAS=
|
|
DOCKER_VOL_DATA_DBC=
|
|
DOCKER_VOL_DATA_MAPS=
|
|
DOCKER_VOL_DATA_VMAPS=
|
|
DOCKER_VOL_DATA_MMAPS=
|
|
|
|
DOCKER_WORLD_EXTERNAL_PORT=
|
|
DOCKER_SOAP_EXTERNAL_PORT=
|
|
DOCKER_AUTH_EXTERNAL_PORT=
|
|
DOCKER_DB_EXTERNAL_PORT=
|
|
DOCKER_DB_ROOT_PASSWORD=
|
|
|
|
DOCKER_USER=
|
|
DOCKER_USER_ID=
|
|
DOCKER_GROUP_ID=
|
|
|