umbrel-apps/whoogle-search/docker-compose.yml
2024-10-03 11:23:16 +10:00

16 lines
360 B
YAML

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