this repo has no description
1[Unit]
2Description=BSPDS AT Protocol PDS
3After=bspds-db.service bspds-minio.service bspds-valkey.service
4[Container]
5ContainerName=bspds-app
6Image=localhost/bspds:latest
7Pod=bspds.pod
8EnvironmentFile=/srv/bspds/config/bspds.env
9Environment=SERVER_HOST=0.0.0.0
10Environment=SERVER_PORT=3000
11Environment=S3_ENDPOINT=http://localhost:9000
12Environment=AWS_REGION=us-east-1
13Environment=S3_BUCKET=pds-blobs
14Environment=VALKEY_URL=redis://localhost:6379
15Environment=FRONTEND_DIR=/app/frontend/dist
16HealthCmd=wget -q --spider http://localhost:3000/xrpc/_health
17HealthInterval=30s
18HealthTimeout=10s
19HealthRetries=3
20HealthStartPeriod=15s
21[Service]
22Restart=always
23RestartSec=10
24[Install]
25WantedBy=default.target