Remove 'Simple' from Simple UI (#2809)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
@@ -38,7 +38,7 @@ $ docker compose -f mysql/docker-compose-monolith-mysql.yml down
|
||||
|
||||
You could, also start it in different flavours, with UI or in microservices mode (see Docker Compose files in [mysql](./mysql) and [postgres](./postgres) folders). For instance to start with PostgreSQL, with RabbitMQ, in microservices mode and with UI you could use:
|
||||
```bash
|
||||
$ docker compose -f postgres/docker-compose-micro-services-with-simple-ui-postgres.yml up
|
||||
$ docker compose -f postgres/docker-compose-micro-services-with-ui-postgres.yml up
|
||||
```
|
||||
|
||||
### Access
|
||||
|
||||
@@ -57,7 +57,7 @@ if [ -z "$1" ]; then
|
||||
build "hawkbit-ddi-server"
|
||||
build "hawkbit-dmf-server"
|
||||
build "hawkbit-mgmt-server"
|
||||
build "hawkbit-simple-ui"
|
||||
build "hawkbit-ui"
|
||||
# monolith
|
||||
build "hawkbit-update-server"
|
||||
# db init
|
||||
|
||||
@@ -15,17 +15,17 @@ include:
|
||||
services:
|
||||
|
||||
# ---------------------
|
||||
# HawkBit Simple UI
|
||||
# HawkBit UI
|
||||
# ---------------------
|
||||
hawkbit-simple-ui:
|
||||
image: "hawkbit/hawkbit-simple-ui:latest"
|
||||
hawkbit-ui:
|
||||
image: "hawkbit/hawkbit-ui:latest"
|
||||
environment:
|
||||
- 'SPRING_APPLICATION_JSON={"hawkbit.server.mgmtUrl": "http://hawkbit-mgmt:8080"}'
|
||||
restart: always
|
||||
ports:
|
||||
- 8088:8088
|
||||
labels:
|
||||
NAME: "hawkbit-simple-ui"
|
||||
NAME: "hawkbit-ui"
|
||||
|
||||
volumes:
|
||||
artifactrepo:
|
||||
@@ -15,17 +15,17 @@ include:
|
||||
services:
|
||||
|
||||
# ---------------------
|
||||
# HawkBit Simple UI
|
||||
# HawkBit UI
|
||||
# ---------------------
|
||||
hawkbit-simple-ui:
|
||||
image: "hawkbit/hawkbit-simple-ui:latest"
|
||||
hawkbit-ui:
|
||||
image: "hawkbit/hawkbit-ui:latest"
|
||||
environment:
|
||||
- 'SPRING_APPLICATION_JSON={"hawkbit.server.mgmtUrl": "http://hawkbit-mgmt:8080"}'
|
||||
restart: always
|
||||
ports:
|
||||
- 8088:8088
|
||||
labels:
|
||||
NAME: "hawkbit-simple-ui"
|
||||
NAME: "hawkbit-ui"
|
||||
|
||||
volumes:
|
||||
artifactrepo:
|
||||
@@ -15,17 +15,17 @@ include:
|
||||
services:
|
||||
|
||||
# ---------------------
|
||||
# HawkBit Simple UI service
|
||||
# HawkBit UI service
|
||||
# ---------------------
|
||||
hawkbit-simple-ui:
|
||||
image: "hawkbit/hawkbit-simple-ui:latest"
|
||||
hawkbit-ui:
|
||||
image: "hawkbit/hawkbit-ui:latest"
|
||||
environment:
|
||||
- 'SPRING_APPLICATION_JSON={"hawkbit.server.mgmtUrl": "http://hawkbit:8080"}'
|
||||
restart: always
|
||||
ports:
|
||||
- 8088:8088
|
||||
labels:
|
||||
NAME: "hawkbit-simple-ui"
|
||||
NAME: "hawkbit-ui"
|
||||
|
||||
volumes:
|
||||
artifactrepo:
|
||||
@@ -15,17 +15,17 @@ include:
|
||||
services:
|
||||
|
||||
# ---------------------
|
||||
# HawkBit Simple UI service
|
||||
# HawkBit UI service
|
||||
# ---------------------
|
||||
hawkbit-simple-ui:
|
||||
image: "hawkbit/hawkbit-simple-ui:latest"
|
||||
hawkbit-ui:
|
||||
image: "hawkbit/hawkbit-ui:latest"
|
||||
environment:
|
||||
- 'SPRING_APPLICATION_JSON={"hawkbit.server.mgmtUrl": "http://hawkbit:8080"}'
|
||||
restart: always
|
||||
ports:
|
||||
- 8088:8088
|
||||
labels:
|
||||
NAME: "hawkbit-simple-ui"
|
||||
NAME: "hawkbit-ui"
|
||||
|
||||
volumes:
|
||||
artifactrepo:
|
||||
@@ -15,17 +15,17 @@ include:
|
||||
services:
|
||||
|
||||
# ---------------------
|
||||
# HawkBit Simple UI
|
||||
# HawkBit UI
|
||||
# ---------------------
|
||||
hawkbit-simple-ui:
|
||||
image: "hawkbit/hawkbit-simple-ui:latest"
|
||||
hawkbit-ui:
|
||||
image: "hawkbit/hawkbit-ui:latest"
|
||||
environment:
|
||||
- 'SPRING_APPLICATION_JSON={"hawkbit.server.mgmtUrl": "http://hawkbit-mgmt:8080"}'
|
||||
restart: always
|
||||
ports:
|
||||
- 8088:8088
|
||||
labels:
|
||||
NAME: "hawkbit-simple-ui"
|
||||
NAME: "hawkbit-ui"
|
||||
|
||||
volumes:
|
||||
artifactrepo:
|
||||
|
||||
@@ -15,17 +15,17 @@ include:
|
||||
services:
|
||||
|
||||
# ---------------------
|
||||
# HawkBit Simple UI
|
||||
# HawkBit UI
|
||||
# ---------------------
|
||||
hawkbit-simple-ui:
|
||||
image: "hawkbit/hawkbit-simple-ui:latest"
|
||||
hawkbit-ui:
|
||||
image: "hawkbit/hawkbit-ui:latest"
|
||||
environment:
|
||||
- 'SPRING_APPLICATION_JSON={"hawkbit.server.mgmtUrl": "http://hawkbit-mgmt:8080"}'
|
||||
restart: always
|
||||
ports:
|
||||
- 8088:8088
|
||||
labels:
|
||||
NAME: "hawkbit-simple-ui"
|
||||
NAME: "hawkbit-ui"
|
||||
|
||||
volumes:
|
||||
artifactrepo:
|
||||
|
||||
@@ -15,17 +15,17 @@ include:
|
||||
services:
|
||||
|
||||
# ---------------------
|
||||
# HawkBit Simple UI service
|
||||
# HawkBit UI service
|
||||
# ---------------------
|
||||
hawkbit-simple-ui:
|
||||
image: "hawkbit/hawkbit-simple-ui:latest"
|
||||
hawkbit-ui:
|
||||
image: "hawkbit/hawkbit-ui:latest"
|
||||
environment:
|
||||
- 'SPRING_APPLICATION_JSON={"hawkbit.server.mgmtUrl": "http://hawkbit:8080"}'
|
||||
restart: always
|
||||
ports:
|
||||
- 8088:8088
|
||||
labels:
|
||||
NAME: "hawkbit-simple-ui"
|
||||
NAME: "hawkbit-ui"
|
||||
|
||||
volumes:
|
||||
artifactrepo:
|
||||
|
||||
@@ -15,17 +15,17 @@ include:
|
||||
services:
|
||||
|
||||
# ---------------------
|
||||
# HawkBit Simple UI service
|
||||
# HawkBit UI service
|
||||
# ---------------------
|
||||
hawkbit-simple-ui:
|
||||
image: "hawkbit/hawkbit-simple-ui:latest"
|
||||
hawkbit-ui:
|
||||
image: "hawkbit/hawkbit-ui:latest"
|
||||
environment:
|
||||
- 'SPRING_APPLICATION_JSON={"hawkbit.server.mgmtUrl": "http://hawkbit:8080"}'
|
||||
restart: always
|
||||
ports:
|
||||
- 8088:8088
|
||||
labels:
|
||||
NAME: "hawkbit-simple-ui"
|
||||
NAME: "hawkbit-ui"
|
||||
|
||||
volumes:
|
||||
artifactrepo:
|
||||
|
||||
Reference in New Issue
Block a user