Add 6 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 9s
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 9s
This commit is contained in:
5
languagetool/ports.sh
Normal file
5
languagetool/ports.sh
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
source "${AGENT_PATH}/common.sh"
|
||||||
|
_check_required_env_vars "HTTP_PORT"
|
||||||
|
|
||||||
|
echo "$HTTP_PORT"
|
||||||
6
logserver/ports.sh
Normal file
6
logserver/ports.sh
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
source "${AGENT_PATH}/common.sh"
|
||||||
|
_check_required_env_vars "WEB_PORT" "LOKI_PORT"
|
||||||
|
|
||||||
|
echo "${WEB_PORT:-3000}"
|
||||||
|
echo "${LOKI_PORT:-3100}"
|
||||||
5
simple-logs/ports.sh
Normal file
5
simple-logs/ports.sh
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
source "${AGENT_PATH}/common.sh"
|
||||||
|
_check_required_env_vars "WEB_PORT"
|
||||||
|
|
||||||
|
echo "${WEB_PORT:-3000}"
|
||||||
Reference in New Issue
Block a user