mirror of
https://github.com/logos-messaging/go-waku-compose.git
synced 2026-01-02 04:53:09 +00:00
chore: in progress changes
This commit is contained in:
parent
ba73fe0120
commit
bc67dec34b
@ -5,9 +5,9 @@ global:
|
||||
monitor: "Monitoring"
|
||||
|
||||
scrape_configs:
|
||||
- job_name: "nwaku"
|
||||
- job_name: "go-waku"
|
||||
static_configs:
|
||||
- targets: ["nwaku:8003"]
|
||||
- targets: ["go-waku:8003"]
|
||||
|
||||
- job_name: postgres-exporter
|
||||
static_configs:
|
||||
|
||||
@ -17,7 +17,9 @@ if [ -n "${DOMAIN}" ]; then
|
||||
LETSENCRYPT_PATH=/etc/letsencrypt/live/${DOMAIN}
|
||||
|
||||
if ! [ -d "${LETSENCRYPT_PATH}" ]; then
|
||||
apk add --no-cache certbot
|
||||
su -
|
||||
#apt-get install sudo -y
|
||||
apt install --no-install-recommends --no-deps -y certbot
|
||||
|
||||
certbot certonly\
|
||||
--non-interactive\
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user