Blame view
api/start.sh
306 Bytes
b1750af76 Add a startup script |
1 |
#!/bin/sh |
02efe4464 Use separate KIBA... |
2 3 |
sed "s|^APP_URL=.*|APP_URL=${APP_URL}|" .env.example | \ sed "s|^GRAFANA_URL=.*|GRAFANA_URL=${GRAFANA_URL}|" | \ |
4af869526 Add KIBANA_PORT a... |
4 5 6 |
sed "s|^GRAFANA_PORT=.*|GRAFANA_PORT=${GRAFANA_PORT}|" | \ sed "s|^KIBANA_URL=.*|KIBANA_URL=${KIBANA_URL}" | \ sed "s|^KIBANA_PORT=.*|KIBANA_PORT=${KIBANA_PORT}" > .env |
4213fd357 Create .env file ... |
7 |
|
b1750af76 Add a startup script |
8 |
php-fpm |