@@ -20,7 +20,7 @@ The following example will run 3 docker containers:
...
@@ -20,7 +20,7 @@ The following example will run 3 docker containers:
version:"2"
version:"2"
services:
services:
tripal:
tripal:
image:erasche/tripal:latest
image:quay.io/erasche/tripal:master
links:
links:
-db:postgres
-db:postgres
volumes:
volumes:
...
@@ -100,7 +100,7 @@ If both ENABLE_DRUPAL_CACHE and ENABLE_MEMCACHE are enabled, Drupal will cache d
...
@@ -100,7 +100,7 @@ If both ENABLE_DRUPAL_CACHE and ENABLE_MEMCACHE are enabled, Drupal will cache d
To build a derivative image from this, it should be as simple as writing a Dockerfile which builds off of this image.
To build a derivative image from this, it should be as simple as writing a Dockerfile which builds off of this image.
```Dockerfile
```Dockerfile
FROM erasche/tripal
FROMquay.io/erasche/tripal:master
```
```
If you wish to load additional drupal modules, we have exposed the environment variables `TRIPAL_DOWNLOAD_MODULES` and `TRIPAL_ENABLE_MODULES` to allow for this. Note that `TRIPAL_ENABLE_MODULES` already has a large number of non-core modules enabled. You can change this list according to your preferences. Modules that are in `TRIPAL_ENABLE_MODULES` but not in `TRIPAL_DOWNLOAD_MODULES` will be automatically downloaded in their latest stable version.
If you wish to load additional drupal modules, we have exposed the environment variables `TRIPAL_DOWNLOAD_MODULES` and `TRIPAL_ENABLE_MODULES` to allow for this. Note that `TRIPAL_ENABLE_MODULES` already has a large number of non-core modules enabled. You can change this list according to your preferences. Modules that are in `TRIPAL_ENABLE_MODULES` but not in `TRIPAL_DOWNLOAD_MODULES` will be automatically downloaded in their latest stable version.
...
@@ -164,7 +164,7 @@ To ease the backup of a tripal instance, you can mount several docker volumes by
...
@@ -164,7 +164,7 @@ To ease the backup of a tripal instance, you can mount several docker volumes by