Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
odigos-demo-frontend / lib / systemd / system / odigos-demo-frontend.service
Size: Mime:
[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