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
6e59b620
Commit
6e59b620
authored
Aug 10, 2015
by
Eric Rasche
Browse files
Adjust readme to reflect improved chado container
parent
23531520
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
6e59b620
...
...
@@ -29,23 +29,16 @@ tripal:
-
"
3000:80"
db
:
image
:
postgres:9.4
image
:
erasche/chado:latest
environment
:
-
POSTGRES_PASSWORD=password
# The default chado image would try to install the schema on first run,
# we just want the GMOD tools to be available.
-
INSTALL_CHADO_SCHEMA=0
volumes
:
-
/var/lib/postgresql/
data
-
/var/lib/postgresql/
9.4/
```
## Notes
It should be linked to a postgres container, instead of my chado
container. This is for a couple of reasons, namely my container won't
behave properly if you mount a volume and that's bad. Additionally, chado
is installed into the public schema in those containers (I mean, that
makes sense, right?), however Tripal expects Chado in a
`chado`
schema. My
[
chado schema builder
](
https://github.com/erasche/docker-recipes/blob/master/compile-chado-schema/chado/default/build.yml#L56
)
now accounts for that and generates multiple images.
## Contributing
Please submit all issues and pull requests to the
[
erasche/docker-tripal
](
http://github.com/erasche/docker-tripal
)
repository!
...
...
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