You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
360 B
16 lines
360 B
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: whoogle-search_web_1
|
|
APP_PORT: 6420
|
|
|
|
web:
|
|
image: benbusby/whoogle-search:0.9.0@sha256:2c87cc33ebbd1091f34e3dddd0a4e016ad1680d840945a80f4f410b4354779aa
|
|
restart: on-failure
|
|
stop_grace_period: 1m
|
|
init: true
|
|
user: "927:927"
|
|
environment:
|
|
EXPOSE_PORT: 6420
|