mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
14 lines
342 B
YAML
14 lines
342 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: element_web_1
|
|
APP_PORT: 80
|
|
|
|
web:
|
|
image: vectorim/element-web:v1.11.77@sha256:d8e91adc921296c32fee926fa47189208b1784792176a39d49bc80de9d7f8b26
|
|
# NGINX parent container requires root
|
|
# user: "1000:1000"
|
|
restart: on-failure
|
|
stop_grace_period: 1m |