umbrel-apps/whoogle-search/docker-compose.yml
Jasper 39b42dc4ec
App Submission: Whoogle Search (#117)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
2022-08-30 21:54:19 +01:00

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