Files
hawkbit/docker/postgres/docker-compose-monolith-with-ui-postgres.yml
lingwei.kong a3eb952931
Some checks failed
Mark & close stale issues / stale (push) Has been cancelled
Vulnerability Scan / trivy-scan (1.0) (push) Has been cancelled
Vulnerability Scan / trivy-scan (master) (push) Has been cancelled
CodeQL Advanced / Analyze (java-kotlin) (push) Has been cancelled
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
修复Action history 为空的问题
2026-06-22 16:06:08 +08:00

33 lines
744 B
YAML

#
# Copyright (c) 2018 Bosch Software Innovations GmbH and others
#
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
version: '3'
include:
- docker-compose-monolith-dbinit-postgres.yml
services:
# ---------------------
# HawkBit UI service
# ---------------------
hawkbit-ui:
image: "ghcr.io/eclipse-hawkbit/hawkbit-ui:lates"
environment:
- 'SPRING_APPLICATION_JSON={"hawkbit.server.mgmtUrl": "http://hawkbit:8080"}'
restart: always
ports:
- 8088:8088
labels:
NAME: "hawkbit-ui"
volumes:
artifactrepo:
driver: local