Skip to content
Snippets Groups Projects
Verified Commit 3522ecf9 authored by Andre Fischer's avatar Andre Fischer Committed by Andre Fischer
Browse files

Merge branch '24.21-release' into 'main'

Add configurable exposed ports for RabbitMQ and PostgreSQL

Closes #72 and #73

See merge request opentalk/opentalk-devops/ot-setup!8
parents 33a9e553 700d0046
No related branches found
No related tags found
No related merge requests found
......@@ -222,8 +222,8 @@ services:
volumes:
- ${POSTGRES_HOST_DATA_DIR:-./data/pg_data}:/var/lib/postgresql/data
restart: always
# ports:
# - ${POSTGRES_EXP_PORT:-5432}:5432
ports:
- ${POSTGRES_EXP_PORT:-127.0.0.1:5432}:5432
environment:
POSTGRES_DB: ${POSTGRES_DB:-opentalk}
POSTGRES_USER: ${POSTGRES_USER:-ot}
......@@ -247,6 +247,7 @@ services:
ports:
- ${RABBITMQ_EXP_NODE_PORT:-127.0.0.1:5672}:5672
- ${RABBITMQ_EXP_UI_PORT:-127.0.0.1:15672}:15672
- ${RABBITMQ_EXP_MON_PORT:-127.0.0.1:15692}:15692
environment:
RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS: -rabbit consumer_timeout 30000
healthcheck:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.