Docker Bitbucket start stop at: c.a.s.i.hazelcast.HazelcastLifecycle Updating Hazelcast instance capabilities

Im trying to start a bitbucketserver. Im behind a proxy and I set the proxy configuration.

Every time I try to start the container, spring stop here:

c.a.s.i.hazelcast.HazelcastLifecycle Updating Hazelcast instance capabilities

Have I to configure the proxy in Hazelcast too?

2
задан 23 July 2019 в 13:05
1 ответ

Обновите свои свойства в /var/atlassian/application-data/bitbucket/shared/bitbucket.properties Эти свойства необходимы для работы через прокси:

hazelcast.network.multicast=true
hazelcast.group.name=[put a unique name in here]
hazelcast.group.password=[put in a group password here]
server.proxy-name=[url of your bit bucket instance]
server.proxy-port=443
server.redirect-port=443
server.secure=true
server.scheme=https

См. Официальную документацию здесь: https://confluence.atlassian.com/bitbucketserver/install-bitbucket-data-center-872139817.html

0
ответ дан 3 December 2019 в 14:06

Теги

Похожие вопросы