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:1.2.4@sha256:6ae072238642b7e5860c8fa7f68cf06be797eb4e2278fc41d17d3b5e8a051eea
|
|
restart: on-failure
|
|
stop_grace_period: 1m
|
|
init: true
|
|
user: "927:927"
|
|
environment:
|
|
EXPOSE_PORT: 6420
|