services: element: container_name: element image: vectorim/element-web:latest restart: always ports: - {{ ports['element'] }}:80 volumes: - ./config.json:/app/config.json