- Docker: https://docs.docker.com/engine/install/
- Docker Compose: https://docs.docker.com/compose/install/
- Run
docker-compose up -d
. It may take several minutes to launch. - Visit
host:port
(defaultlocalhost:8080
).
- Run
docker-compose up -d --build
. It may take several minutes to launch. - Visit
host:port
(defaultlocalhost:8080
).
- If you want to override the default configuration,
set the environment variables displayed in the file
config.env
- The default port (
8080
) can be changed in thenginx
configuration indocker-compose.yml
To manage user groups and users, visit host/api/admin/
(default localhost:8080/api/admin
)