Start searchd in api container
Since https://github.com/openSUSE/open-build-service/pull/8558 OBS Api now requires a searchd for creating projects, previously it was only required for searching in the webui
This commit is contained in:
parent
0cb54b8be0
commit
9b035e3e8c
2
dist/ci/docker-compose.yml
vendored
2
dist/ci/docker-compose.yml
vendored
@ -17,7 +17,7 @@ services:
|
||||
command: /usr/sbin/memcached -u memcached
|
||||
api:
|
||||
<<: *obs
|
||||
command: chroot --userspec=wwwrun / /bin/bash -c "cd /srv/www/obs/api && rake ts:rebuild && /usr/bin/bundle exec rails s -e production"
|
||||
command: chroot --userspec=wwwrun / /bin/bash -c "cd /srv/www/obs/api && RAILS_ENV=production rake ts:rebuild && /usr/bin/bundle exec rails s -e production"
|
||||
depends_on:
|
||||
- db
|
||||
- cache
|
||||
|
Loading…
x
Reference in New Issue
Block a user