Open e-Class Docker image
- Build:
docker compose -f docker-compose.build.yaml build
- Run stack:
docker compose up -d
- Run stack with SimpleIdentity (SSO & LDAP):
docker compose -f docker-compose.yaml -f docker-compose.test.yaml up -d
- The variables below can be set in the
docker-compose.yaml
fileMYSQL_LOCATION
: The DB location, used as default value when setting up a new installation. Should be left to the default value ofdb
which is the service name of thedb
MariaDB containerMYSQL_ROOT_PASSWORD
: The MariaDB root password to use to connect. Should be left to the default value ofsecret
. Only containers in the Docker Compose stack have access to the MariaDB container, no SQL port is exposed to the outside world.PHP_MAX_UPLOAD
: The maximum file that can be uploaded. The default value is256M
- Docker image
- e-Class:
850 MB
- MariaDB:
400 MB
- e-Class:
- Memory usage
- e-Class:
50 MB
- MariaDB:
150 MB
- e-Class: