Commit 4af8695261a384fd80ddff0b413c52f6d927eefc

Authored by George Vlahavas
1 parent 2f9dcb49ab

Add KIBANA_PORT and GRAFANA_PORT to start script

Showing 1 changed file with 3 additions and 1 deletions

api/start.sh View file @ 4af8695
... ... @@ -2,7 +2,9 @@
2 2  
3 3 sed "s|^APP_URL=.*|APP_URL=${APP_URL}|" .env.example | \
4 4 sed "s|^GRAFANA_URL=.*|GRAFANA_URL=${GRAFANA_URL}|" | \
5   - sed "s|^KIBANA_URL=.*|KIBANA_URL=${KIBANA_URL}" > .env
  5 + sed "s|^GRAFANA_PORT=.*|GRAFANA_PORT=${GRAFANA_PORT}|" | \
  6 + sed "s|^KIBANA_URL=.*|KIBANA_URL=${KIBANA_URL}" | \
  7 + sed "s|^KIBANA_PORT=.*|KIBANA_PORT=${KIBANA_PORT}" > .env
6 8  
7 9 php-fpm