umbrel-apps/whoogle-search/docker-compose.yml
smolgrrr 4faf4951a7
Update whoogle-search to 0.8.4 (#841)
Co-authored-by: nmfretz <nmfretz@gmail.com>
2023-11-14 14:27:33 -08:00

17 lines
361 B
YAML

version: "3.7"
services:
app_proxy:
environment:
APP_HOST: whoogle-search_web_1
APP_PORT: 6420
web:
image: benbusby/whoogle-search:0.8.4@sha256:222ea6ed103bf7a5bdff06b1042ef96725dd70a7d92108f769e782f2e7808218
restart: on-failure
stop_grace_period: 1m
init: true
user: "927:927"
environment:
EXPOSE_PORT: 6420