Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
G
gmsec_containers
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
Christopher Reis
gmsec_containers
Commits
348a1f96
Commit
348a1f96
authored
Apr 29, 2017
by
Christopher Reis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed CouchDB
Fix:
http://docs.couchdb.org/en/1.3.0/cors.html
parent
d9ca1abf
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
openmct.couch
couchdb/persistant/openmct.couch
+0
-0
telemetry.couch
couchdb/persistant/telemetry.couch
+0
-0
docker-compose.yml
docker-compose.yml
+3
-3
No files found.
couchdb/persistant/openmct.couch
0 → 100644
View file @
348a1f96
File added
couchdb/persistant/telemetry.couch
0 → 100644
View file @
348a1f96
File added
docker-compose.yml
View file @
348a1f96
...
...
@@ -14,7 +14,7 @@ gm_kerbal_adaptor:
-
LD_LIBRARY_PATH=/GMSEC_API/bin
links
:
-
gmbolt
command
:
[
"
/GMSEC_API/bin/gm_kerbal_adaptor"
,
"
server=gmbolt:9100"
,
"
connectiontype=gmsec_bolt"
,
"
loglevel=
INFO
"
,
"
KERBAL_URL=192.168.0.58"
]
command
:
[
"
/GMSEC_API/bin/gm_kerbal_adaptor"
,
"
server=gmbolt:9100"
,
"
connectiontype=gmsec_bolt"
,
"
loglevel=
NONE
"
,
"
KERBAL_URL=192.168.0.58"
]
gm_kerbal_tlm_provider
:
restart
:
always
...
...
@@ -36,7 +36,7 @@ gmsub:
-
LD_LIBRARY_PATH=/GMSEC_API/bin
links
:
-
gmbolt
command
:
[
"
/GMSEC_API/bin/gmsub"
,
"
server=gmbolt:9100"
,
"
connectiontype=gmsec_bolt"
,
"
loglevel=
INFO
"
]
command
:
[
"
/GMSEC_API/bin/gmsub"
,
"
server=gmbolt:9100"
,
"
connectiontype=gmsec_bolt"
,
"
loglevel=
NONE
"
]
couchdb
:
restart
:
always
...
...
@@ -87,4 +87,4 @@ gmpub:
links
:
-
gmbolt
#command: ["bash","/code/delay.sh"]
command
:
[
"
/GMSEC_API/bin/gmpub"
,
"
server=gmbolt:9100"
,
"
iterations=100"
,
"
connectiontype=gmsec_bolt"
,
"
interval_ms=
5
000"
,
"
loglevel=NONE"
]
command
:
[
"
/GMSEC_API/bin/gmpub"
,
"
server=gmbolt:9100"
,
"
iterations=100"
,
"
connectiontype=gmsec_bolt"
,
"
interval_ms=
30
000"
,
"
loglevel=NONE"
]
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