umbrel-apps/whoogle-search/docker-compose.yml
2023-06-07 17:16:33 -07: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.2@sha256:9721b1f2de485ace28ddc359bbbf832a7da9ac705513e742e68fa4ab9ba3c41a
restart: on-failure
stop_grace_period: 1m
init: true
user: "927:927"
environment:
EXPOSE_PORT: 6420