Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
intoinfinity-deployment
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
intoinfinity
intoinfinity-deployment
Commits
086cc28b
Commit
086cc28b
authored
Nov 06, 2021
by
Lihinikaduwa D.N.R.
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed compose
parents
Pipeline
#4120
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
65 additions
and
0 deletions
+65
-0
docker-compose.yml
docker-compose.yml
+65
-0
No files found.
docker-compose.yml
0 → 100644
View file @
086cc28b
elassandra
:
image
:
erangaeb/elassandra:6.2
container_name
:
elassandra
environment
:
-
CASSANDRA_BROADCAST_ADDRESS=${CASSANDRA_BROADCAST_ADDRESS}
-
CASSANDRA_SEEDS=${CASSANDRA_SEEDS}
#volumes:
#['$CASSANDRA_DATA_DIR:/opt/elassandra/data']
ports
:
-
7000:7000
-
7001:7001
-
7199:7199
-
9042:9042
-
9160:9160
-
9200:9200
-
9300:9300
aplos
:
image
:
nawodr/intoinfinity-aplos
container_name
:
aplos
environment
:
-
SERVICE_NAME=${APLOS_NAME}
-
SERVICE_MODE=${APLOS_MODE}
-
CASSANDRA_HOSTS=${CASSANDRA_HOSTS}
-
CASSANDRA_PORT=${CASSANDRA_PORT}
-
CASSANDRA_KEYSPACE=${CASSANDRA_KEYSPACE}
-
CASSNADRA_REPLICATION_FACTOR=${CASSNADRA_REPLICATION_FACTOR}
-
ELASTIC_HOSTS=${ELASTIC_HOSTS}
-
ELASTIC_PORT=${ELASTIC_PORT}
-
REDIS_HOST=${REDIS_HOST}
-
REDIS_PORT=${REDIS_PORT}
-
NOTIFICATION_API=${NOTIFICATION_API}
-
USE_SEND_SMS=${USE_SEND_SMS}
-
ENABLE_VERIFY_SIGNATURE=${ENABLE_VERIFY_SIGNATURE}
ports
:
-
8761:8761
volumes
:
[
'
$APLOS_LOGS_DIR:/app/.logs'
,
'
$APLOS_KEYS_DIR:/app/.keys'
]
links
:
-
elassandra
-
redis
gateway
:
image
:
nawodr/intoinfinity-gateway
container_name
:
gateway
ports
:
-
7654:7654
environment
:
-
SERVICE_NAME=${GATEWAY_NAME}
-
ACCOUNT_API=${ACCOUNT_API}
-
PEER_API=${PEER_API}
-
AUTH_RSA_PUB=${AUTH_RSA_PUB}
-
ENABLE_VERIFY_TOKEN=${ENABLE_VERIFY_TOKEN}
volumes
:
[
'
$GATEWAY_LOGS_DIR:/app/.logs'
,
'
$GATEWAY_KEYS_DIR:/app/.keys'
]
links
:
-
aplos
web
:
image
:
nawodr/intoinfinity-web
container_name
:
web
ports
:
-
4300:4300
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