version: '3.6' services: bogui: build: args: - DOCKER_REPOSITORY=${DOCKER_REPOSITORY} image: ${DOCKER_REPOSITORY}/bogui:${DOCKER_IMAGE_TAG} labels: - SERVICE_80_CHECK_HTTP=/ - SERVICE_80_NAME=${COMPOSE_SERVICE_NAME}-bogui-80 - SERVICE_80_TAGS=${BOGUI_SERVICE_80_TAGS:-} networks: - public networks: public: external: true name: ${DOCKER_NETWORK_PUBLIC}