This commit is contained in:
2026-03-11 00:44:30 +01:00
parent db3038e181
commit c611d03341
2 changed files with 0 additions and 9 deletions

View File

@@ -7,7 +7,6 @@ services:
RABBITMQ_DEFAULT_USER: ${RABBITMQ_DEFAULT_USER} RABBITMQ_DEFAULT_USER: ${RABBITMQ_DEFAULT_USER}
RABBITMQ_DEFAULT_PASS: ${RABBITMQ_DEFAULT_PASS} RABBITMQ_DEFAULT_PASS: ${RABBITMQ_DEFAULT_PASS}
RABBITMQ_DEFAULT_VHOST: ${RABBITMQ_DEFAULT_VHOST} RABBITMQ_DEFAULT_VHOST: ${RABBITMQ_DEFAULT_VHOST}
RABBITMQ_MANAGEMENT_PATH_PREFIX: /rabbitmq
volumes: volumes:
- rabbitmqdata:/var/lib/rabbitmq - rabbitmqdata:/var/lib/rabbitmq
ports: ports:

View File

@@ -20,14 +20,6 @@ server {
client_max_body_size 10M; client_max_body_size 10M;
location /rabbitmq/ {
proxy_pass http://host.docker.internal:15672/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
location / { location / {
proxy_pass http://host.docker.internal:8090; proxy_pass http://host.docker.internal:8090;
proxy_set_header Host $host; proxy_set_header Host $host;