services: statusphere-go: platform: linux/amd64 container_name: statusphere-go image: willdot/statusphere-go:latest environment: ENV_LOCATION: "/app/data/statusphere-go.env" volumes: - ./data:/app/data ports: - "3005:3005" restart: always