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'
|
||||
port: __ES_PORT__
|
||||
indexes:
|
||||
videos: 'peertube-index-videos'
|
||||
channels: 'peertube-index-channels'
|
||||
videos: '__APP__-videos'
|
||||
channels: '__APP__-channels'
|
||||
playlists: '__APP__-playlists'
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
[Unit]
|
||||
Description=__APP__ search index daemon
|
||||
After=network.target
|
||||
After=elasticsearch8.service
|
||||
Requires=elasticsearch8.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
|
Loading…
Add table
Reference in a new issue