Repository URL to install this package:
|
Version:
0.1.31 ▾
|
[Unit]
Description=Odigos Demo Frontend Service
After=network.target
[Service]
ExecStart=java -jar /opt/odigos-demo-frontend/frontend.jar
KillMode=mixed
Restart=on-failure
RestartSec=1s
RestartSteps=1s
RestartMaxDelaySec=1min
Type=simple
User=odigos
Group=odigos
Environment="PORT=8080"
Environment="INVENTORY_SERVICE_HOST=localhost:8082"
Environment="PRICING_SERVICE_HOST=localhost:8083"
Environment="COUPON_SERVICE_HOST=localhost:8084"
Environment="CURRENCY_SERVICE_HOST=localhost:8085"
Environment="GEOLOCATION_SERVICE_HOST=localhost:8086"
[Install]
WantedBy=multi-user.target