Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
applied-bioinformatics
Docker Tripal
Commits
90bdac6c
Commit
90bdac6c
authored
May 06, 2017
by
Anthony Bretaudeau
Browse files
update doc
parent
44f5aca8
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
90bdac6c
...
...
@@ -19,7 +19,7 @@ The following example will run 3 docker containers:
version
:
"
2"
services
:
tripal
:
image
:
erasche/tripal:
latest
image
:
erasche/tripal:
2.1
links
:
-
db:postgres
volumes
:
...
...
@@ -40,7 +40,7 @@ services:
ports
:
-
"
3000:80"
db
:
image
:
erasche/chado
:1.31-jenkins97-pg9.5
image
:
erasche/chado
environment
:
-
POSTGRES_PASSWORD=postgres
# The default chado image would try to install the schema on first run,
...
...
@@ -124,14 +124,14 @@ To ease the backup of a tripal instance, you can mount several docker volumes by
version
:
"
2"
services
:
tripal
:
image
:
erasche/tripal:
latest
image
:
erasche/tripal:
2.1
[
...
]
volumes
:
-
./your/backed/up/dir/tripal_sites:/var/www/html/sites
-
./your/backed/up/dir/tripal_private:/var/www/private
[
...
]
db
:
image
:
erasche/chado
:1.31-jenkins97-pg9.5
image
:
erasche/chado
[
...
]
volumes
:
-
./your/backed/up/dir/tripal_db:/var/lib/postgresql/data/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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