mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-14 09:29:16 +00:00
4faf4951a7
Co-authored-by: nmfretz <nmfretz@gmail.com>
17 lines
361 B
YAML
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.4@sha256:222ea6ed103bf7a5bdff06b1042ef96725dd70a7d92108f769e782f2e7808218
|
|
restart: on-failure
|
|
stop_grace_period: 1m
|
|
init: true
|
|
user: "927:927"
|
|
environment:
|
|
EXPOSE_PORT: 6420
|