mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
11f36560e8
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
15 lines
342 B
YAML
15 lines
342 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: element_web_1
|
|
APP_PORT: 80
|
|
|
|
web:
|
|
image: getumbrel/element-web:v1.8.4@sha256:16b2776278a8a9d8a2397ccd75484f8728fd3223cb3329bf572b50b8f950636c
|
|
# NGINX parent container requires root
|
|
# user: "1000:1000"
|
|
restart: on-failure
|
|
stop_grace_period: 1m
|