services: backend: image: back:latest container_name: wedding-site volumes: - /var/run/docker.sock:/var/run/docker.sock ports: - "${PORT}:${PORT}"