Files
hawkbit/docker/postgres/docker-compose-monolith-dbinit-with-ui-postgres.yml

33 lines
722 B
YAML
Raw Normal View History

#
# 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-postgres.yml
services:
# ---------------------
# HawkBit UI service
# ---------------------
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-ui"
volumes:
artifactrepo:
driver: local