|
@@ -68,40 +68,6 @@ services:
|
|
# to disable www redirection remove the section: ${STACK_NAME?Variable not set}-www-redirect,
|
|
# to disable www redirection remove the section: ${STACK_NAME?Variable not set}-www-redirect,
|
|
- traefik.http.routers.${STACK_NAME?Variable not set}-proxy-http.middlewares=${STACK_NAME?Variable not set}-www-redirect,${STACK_NAME?Variable not set}-https-redirect
|
|
- traefik.http.routers.${STACK_NAME?Variable not set}-proxy-http.middlewares=${STACK_NAME?Variable not set}-www-redirect,${STACK_NAME?Variable not set}-https-redirect
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- queue:
|
|
|
|
- image: rabbitmq:3
|
|
|
|
- # Using the below image instead is required to enable the "Broker" tab in the flower UI:
|
|
|
|
- # image: rabbitmq:3-management
|
|
|
|
- #
|
|
|
|
- # You also have to change the flower command
|
|
|
|
-
|
|
|
|
- flower:
|
|
|
|
- image: mher/flower:0.9.7
|
|
|
|
- networks:
|
|
|
|
- - ${TRAEFIK_PUBLIC_NETWORK?Variable not set}
|
|
|
|
- - default
|
|
|
|
- env_file:
|
|
|
|
- - .env
|
|
|
|
- command:
|
|
|
|
- - "--broker=amqp://guest@queue:5672//"
|
|
|
|
- # For the "Broker" tab to work in the flower UI, uncomment the following command argument,
|
|
|
|
- # and change the queue service's image as well
|
|
|
|
- # - "--broker_api=http://guest:guest@queue:15672/api//"
|
|
|
|
- deploy:
|
|
|
|
- labels:
|
|
|
|
- - traefik.enable=true
|
|
|
|
- - traefik.docker.network=${TRAEFIK_PUBLIC_NETWORK?Variable not set}
|
|
|
|
- - traefik.constraint-label=${TRAEFIK_PUBLIC_TAG?Variable not set}
|
|
|
|
- - traefik.http.routers.${STACK_NAME?Variable not set}-flower-http.rule=Host(`flower.${DOMAIN?Variable not set}`)
|
|
|
|
- - traefik.http.routers.${STACK_NAME?Variable not set}-flower-http.entrypoints=http
|
|
|
|
- - traefik.http.routers.${STACK_NAME?Variable not set}-flower-http.middlewares=${STACK_NAME?Variable not set}-https-redirect
|
|
|
|
- - traefik.http.routers.${STACK_NAME?Variable not set}-flower-https.rule=Host(`flower.${DOMAIN?Variable not set}`)
|
|
|
|
- - traefik.http.routers.${STACK_NAME?Variable not set}-flower-https.entrypoints=https
|
|
|
|
- - traefik.http.routers.${STACK_NAME?Variable not set}-flower-https.tls=true
|
|
|
|
- - traefik.http.routers.${STACK_NAME?Variable not set}-flower-https.tls.certresolver=le
|
|
|
|
- - traefik.http.services.${STACK_NAME?Variable not set}-flower.loadbalancer.server.port=5555
|
|
|
|
|
|
|
|
backend:
|
|
backend:
|
|
image: '${DOCKER_IMAGE_BACKEND?Variable not set}:${TAG-latest}'
|
|
image: '${DOCKER_IMAGE_BACKEND?Variable not set}:${TAG-latest}'
|