Skip to content
Snippets Groups Projects
Commit 743b7d25 authored by FORESTIER Fabien's avatar FORESTIER Fabien
Browse files

Concatenate environment name to rabbit container image

parent 4dc871d9
Branches
Tags
Loading
Pipeline #
...@@ -13,7 +13,7 @@ services: ...@@ -13,7 +13,7 @@ services:
restart: unless-stopped restart: unless-stopped
rabbitmq: rabbitmq:
image: 'rabbitmq:3-management-alpine' image: 'rabbitmq:3-management-alpine'
container_name: rabbitmq container_name: rabbitmq-${NODE_ENV}
ports: ports:
- ${RABBITMQ_STANDARD_PORT}:5672 # standar port for communication - ${RABBITMQ_STANDARD_PORT}:5672 # standar port for communication
- ${RABBITMQ_INTERFACE_PORT}:15672 # graphique interface - ${RABBITMQ_INTERFACE_PORT}:15672 # graphique interface
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment