vps/roles/element/templates/docker-compose.yaml

10 lines
225 B
YAML
Raw Normal View History

2023-12-11 14:40:29 +01:00
services:
element:
container_name: element
image: docker.io/vectorim/element-web:latest
2023-12-11 14:40:29 +01:00
restart: always
ports:
- 127.0.0.1:{{ ports['element'] }}:80
2023-12-11 14:40:29 +01:00
volumes:
- ./config.json:/app/config.json