Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
N
node-bigstream
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bs
node-bigstream
Commits
8171b4d0
Commit
8171b4d0
authored
Jul 10, 2020
by
Kamron Aroonrua
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
volume
parent
fed793cf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
docker-compose.yml
docker-compose.yml
+5
-2
No files found.
docker-compose.yml
View file @
8171b4d0
...
@@ -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
-
bs
data:/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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment