moonstream/crawlers/deploy/mooncrawl.service

17 wiersze
497 B
INI

[Unit]
Description=Moonstream crawlers HTTP API server
After=network.target
StartLimitIntervalSec=300
StartLimitBurst=3
[Service]
WorkingDirectory=/home/ubuntu/moonstream/crawlers/mooncrawl
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
Restart=on-failure
RestartSec=15s
ExecStart=/home/ubuntu/moonstream-env/bin/uvicorn --host "${AWS_LOCAL_IPV4}" --port "${MOONSTREAM_CRAWLERS_SERVER_PORT}" --workers 4 mooncrawl.api:app
SyslogIdentifier=mooncrawl
[Install]
WantedBy=multi-user.target