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

20 lines
477 B
YAML
Raw Normal View History

version: "3.7"
services:
app_proxy:
environment:
APP_HOST: $APP_WHOOGLE_SEARCH_IP
APP_PORT: $APP_WHOOGLE_SEARCH_PORT
web:
image: benbusby/whoogle-search:0.7.4@sha256:8526a3272d992ea2c240919b8b5dafee2b37eab28af7df4f175054ef29d8b65d
restart: on-failure
stop_grace_period: 1m
init: true
user: "927:927"
environment:
EXPOSE_PORT: $APP_WHOOGLE_SEARCH_PORT
networks:
default:
ipv4_address: $APP_WHOOGLE_SEARCH_IP