forked from michael.heier/umbrel-apps
39b42dc4ec
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
20 lines
477 B
YAML
20 lines
477 B
YAML
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
|