umbrel-apps/whoogle-search/docker-compose.yml

17 lines
361 B
YAML
Raw Normal View History

version: "3.7"
services:
app_proxy:
environment:
APP_HOST: whoogle-search_web_1
APP_PORT: 6420
web:
2023-08-22 20:03:36 +00:00
image: benbusby/whoogle-search:0.8.3@sha256:feae9cdeb1aaa76fbc3e36cdfbf084ba02200a5675703f61bb2ddceb0060a13b
restart: on-failure
stop_grace_period: 1m
init: true
user: "927:927"
environment:
EXPOSE_PORT: 6420