mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 15:43:14 +01:00
Merge pull request #76 from vrifox/fix-command
Container: Fix web command
This commit is contained in:
commit
d961bcca0f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ services:
|
||||||
- ELASTICSEARCH_URL=${ELASTICSEARCH_URL:-http://elasticsearch:9200}
|
- ELASTICSEARCH_URL=${ELASTICSEARCH_URL:-http://elasticsearch:9200}
|
||||||
- APPLICATION_HOST=${APPLICATION_HOST:-localhost}
|
- APPLICATION_HOST=${APPLICATION_HOST:-localhost}
|
||||||
- SHARED_IMPORT_SECRET=$SHARED_IMPORT_SECRET
|
- SHARED_IMPORT_SECRET=$SHARED_IMPORT_SECRET
|
||||||
command: sh -c "cd /home/srm/app && export PATH=/home/srm/.rbenv/bin:$PATH && eval \"$(~/.rbenv/bin/rbenv init -)\" && bundle install && bundle exec puma -C config/puma.rb"
|
command: sh -c "cd /home/srm/app && bundle install && bundle exec puma -C config/puma.rb"
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
user: elasticsearch
|
user: elasticsearch
|
||||||
build: ./docker/elasticsearch
|
build: ./docker/elasticsearch
|
||||||
|
|
Loading…
Reference in a new issue