Initial commit
This commit is contained in:
23
conf/dist/env.docker
vendored
Normal file
23
conf/dist/env.docker
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
#
|
||||
# Create a .env file in the root folder and use the following
|
||||
# variables to configure your docker compose
|
||||
#
|
||||
|
||||
DOCKER_AC_ENV_FILE=
|
||||
|
||||
DOCKER_VOL_ETC=
|
||||
DOCKER_VOL_LOGS=
|
||||
DOCKER_VOL_DATA=
|
||||
# Working only in ac-dev-server with dev profile
|
||||
DOCKER_VOL_ROOT=
|
||||
|
||||
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=
|
||||
|
||||
Reference in New Issue
Block a user