umbrel-apps/element/docker-compose.yml
Steven Briscoe 11f36560e8
Remove hard-coded container IPs (#310)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
2022-12-04 20:18:22 +00:00

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