mirror of
https://github.com/YunoHost-Apps/peertube-search-index_ynh.git
synced 2024-09-03 19:56:30 +02:00
Another attempt to fix (multi-install and other stuffs)
This commit is contained in:
parent
6754aa1542
commit
d58176025f
2 changed files with 5 additions and 2 deletions
|
@ -11,5 +11,6 @@ elastic-search:
|
||||||
hostname: 'localhost'
|
hostname: 'localhost'
|
||||||
port: __ES_PORT__
|
port: __ES_PORT__
|
||||||
indexes:
|
indexes:
|
||||||
videos: 'peertube-index-videos'
|
videos: '__APP__-videos'
|
||||||
channels: 'peertube-index-channels'
|
channels: '__APP__-channels'
|
||||||
|
playlists: '__APP__-playlists'
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=__APP__ search index daemon
|
Description=__APP__ search index daemon
|
||||||
After=network.target
|
After=network.target
|
||||||
|
After=elasticsearch8.service
|
||||||
|
Requires=elasticsearch8.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
|
Loading…
Add table
Reference in a new issue