Add CKAN Docker link to CKAN DataPusher container
This commit is contained in:
parent
bd8b85cfe3
commit
0a903f9a6e
2
ckan/etc/init.d/ckan
Normal file → Executable file
2
ckan/etc/init.d/ckan
Normal file → Executable file
@ -13,7 +13,7 @@ start_pre() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
/usr/bin/docker run -d --rm --name ckan --link=postgres --link=redis --link=solr -p 127.0.0.1:9003:8003 -v /srv/ckan/conf:/etc/ckan -v /srv/ckan/data:/srv/ckan/storage ckan
|
/usr/bin/docker run -d --rm --name ckan --link=postgres --link=redis --link=solr --link=ckan-datapusher -p 127.0.0.1:9003:8003 -v /srv/ckan/conf:/etc/ckan -v /srv/ckan/data:/srv/ckan/storage ckan
|
||||||
}
|
}
|
||||||
|
|
||||||
stop() {
|
stop() {
|
||||||
|
Loading…
Reference in New Issue
Block a user