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