Commit 8171b4d0 authored by Kamron Aroonrua's avatar Kamron Aroonrua 💬

volume

parent fed793cf
...@@ -15,7 +15,7 @@ services: ...@@ -15,7 +15,7 @@ services:
environment: environment:
- "BS_SECRET=${BS_SECRET}" - "BS_SECRET=${BS_SECRET}"
volumes: volumes:
- ${VOLUME}/bigstream/data:/var/bigstream/data - bsdata:/var/bigstream/data
redis: redis:
image: "redis:${REDIS_TAG}" image: "redis:${REDIS_TAG}"
command: redis-server --appendonly yes command: redis-server --appendonly yes
...@@ -28,7 +28,7 @@ services: ...@@ -28,7 +28,7 @@ services:
ports: ports:
- "6379:6379" - "6379:6379"
volumes: volumes:
- ${VOLUME}/redis/data:/data - bsredis:/data
rabbitmq: rabbitmq:
image: "igridproject/rabbitmq" image: "igridproject/rabbitmq"
command: rabbitmq-server --hostname rabbitmq-server command: rabbitmq-server --hostname rabbitmq-server
...@@ -40,6 +40,9 @@ services: ...@@ -40,6 +40,9 @@ services:
- rabbitmq-server - rabbitmq-server
ports: ports:
- "5672:5672" - "5672:5672"
volumes:
bsdata:
bsredis:
networks: networks:
bsnet: bsnet:
driver: bridge driver: bridge
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment