1services:
2 statusphere-go:
3 platform: linux/amd64
4 container_name: statusphere-go
5 image: willdot/statusphere-go:latest
6 environment:
7 ENV_LOCATION: "/app/data/statusphere-go.env"
8 volumes:
9 - ./data:/app/data
10 ports:
11 - "3005:3005"
12 restart: always