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