mirror of
https://github.com/ClusterCockpit/cc-docker.git
synced 2024-11-10 09:57:25 +01:00
Add information about running services
This commit is contained in:
parent
3ac34e8885
commit
24f5331c8c
@ -59,7 +59,7 @@ If not using an existing database, the fixture data needs to be prepared before
|
|||||||
* `$ cd data`
|
* `$ cd data`
|
||||||
* `$ ./init.sh`
|
* `$ ./init.sh`
|
||||||
|
|
||||||
* Comment or delete the line `- ${DATADIR}/sql:/docker-entrypoint-initdb.d` for `cc-db` to disable initialisation of the MySQL database. You may also place your own MysQL database dump in `./data/sql`.
|
* Comment or delete the line `- ${DATADIR}/sql:/docker-entrypoint-initdb.d` for `cc-db` to disable initialisation of the MySQL database. You may also place your own MySQL database dump in `./data/sql`.
|
||||||
|
|
||||||
In `.env`, change the following variables under `APP`
|
In `.env`, change the following variables under `APP`
|
||||||
* `APP_CLUSTERCOCKPIT_INIT` to `false`
|
* `APP_CLUSTERCOCKPIT_INIT` to `false`
|
||||||
@ -69,7 +69,9 @@ After that from the root of the repository you can start up the containers with:
|
|||||||
* `docker-compose -f docker-compose.yml -f docker-compose-dev.yml up`
|
* `docker-compose -f docker-compose.yml -f docker-compose-dev.yml up`
|
||||||
* Wait... and wait a little longer
|
* Wait... and wait a little longer
|
||||||
|
|
||||||
By default, you can access ClusterCockpit in your browser at http://localhost . If `NGINX_PORT` environment variable was changed, `use http://localhost:$PORT` .
|
By default, you can access ClusterCockpit in your browser at `http://localhost`.
|
||||||
|
If `NGINX_PORT` environment variable was changed, `use http://localhost:$PORT`.
|
||||||
|
The InfluxDB Web interface can be accessed at `http://localhost:8086` using the credentials set in `.env`.
|
||||||
|
|
||||||
If default database fixture were used, the credentials for admin user are:
|
If default database fixture were used, the credentials for admin user are:
|
||||||
* User: `admin`
|
* User: `admin`
|
||||||
|
Loading…
Reference in New Issue
Block a user