Skip to content

Commit

Permalink
refactor: rename rabbitmq to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreboissinot committed Jan 23, 2024
1 parent fbd0278 commit c483ab5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rabbitmq/3.yml → rabbitmq/3_8.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
services:
rabbitmq:
rabbitmq_3_8:
image: rabbitmq:3.8.2-management
hostname: rabbitmq
networks:
- private
volumes:
- rabbitmq_3:/var/lib/rabbitmq
- rabbitmq_3_8:/var/lib/rabbitmq
environment:
VIRTUAL_HOST: rabbitmq.${DOCKER_HOST_SUFFIX:-local}
VIRTUAL_PORT: 15672
Expand All @@ -14,7 +14,7 @@ services:
caddy.tls: internal
caddy.reverse_proxy: '{{ upstreams 15672 }}'
ports:
- 8072:15672 # Visit https://rabbitmq.${DOCKER_HOST_SUFFIX}:8072 with guest / guest
- 8083:15672 # Visit https://rabbitmq.${DOCKER_HOST_SUFFIX}:8083 with guest / guest

volumes:
rabbitmq_3:
rabbitmq_3_8:

0 comments on commit c483ab5

Please sign in to comment.