Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mowgli
dbms-catalogue
Commits
ce983659
Commit
ce983659
authored
Aug 14, 2019
by
Daniel Seybold
Browse files
added mongodb for custom docker evaluation
parent
fc3069d4
Pipeline
#53748
failed with stage
in 2 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
input/applications/database/mongodbdocker_single.app
input/applications/database/mongodbdocker_single.app
+24
-0
No files found.
input/applications/database/mongodbdocker_single.app
0 → 100644
View file @
ce983659
application : "MONGODB"
user : "someUser"
components :
-
name : "SEED"
incomingPorts :
-
name : "MONGOS_SEED"
number : 27018
-
name : "DATA_SEED"
number : 27017
lifecycleActions :
init : ""
download : "sudo apt-get -y update && sudo apt-get install wget -y
&& wget -O install.sh '#SERVICE_ENDPOINT#/scripts/database/mongodbdocker/install.sh'
&& wget -O init.sh '#SERVICE_ENDPOINT#/scripts/database/mongodbdocker/init.sh'
&& wget -O seed.sh '#SERVICE_ENDPOINT#/scripts/database/mongodbdocker/seed.sh'
&& wget -O telegraf.sh '#SERVICE_ENDPOINT#/scripts/database/mongodbdocker/telegraf.sh'
&& wget -O maki-manager.sh '#SERVICE_ENDPOINT#/scripts/maki-manager/install_maki_manager.sh' "
install : "sudo -E chmod +x install.sh && sudo -E ./install.sh"
configure : " source /etc/environment && sudo -E chmod +x init.sh && sudo -E chmod +x seed.sh && sudo -E ./init.sh"
start : "source /etc/environment && sudo -E ./seed.sh && sudo -E chmod +x telegraf.sh && sudo -E ./telegraf.sh && chmod +x maki-manager.sh && sudo -E ./maki-manager.sh"
stop : ""
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