Skip to content
Snippets Groups Projects
Commit 6e59b620 authored by Eric Rasche's avatar Eric Rasche
Browse files

Adjust readme to reflect improved chado container

parent 23531520
No related branches found
Tags v1.0
No related merge requests found
......@@ -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!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment