migrate: kid; matrix, firefish, search engine
This commit is contained in:
parent
a12c81159a
commit
509afb52a8
25 changed files with 699 additions and 0 deletions
11
servers/kid/docker-compose.d/docker-compose.search.yml
Normal file
11
servers/kid/docker-compose.d/docker-compose.search.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
version: '2.2'
|
||||
services:
|
||||
whoogle:
|
||||
image: benbusby/whoogle-search
|
||||
restart: always
|
||||
environment:
|
||||
WHOOGLE_CONFIG_THEME: "dark"
|
||||
WHOOGLE_CONFIG_NEAR: "New York"
|
||||
networks:
|
||||
- proxy
|
||||
- internal
|
||||
Loading…
Add table
Add a link
Reference in a new issue