mirror of
https://github.com/h44z/wg-portal.git
synced 2025-08-26 23:01:15 +00:00
initial commit
This commit is contained in:
7
scripts/docker-healthcheck.sh
Executable file
7
scripts/docker-healthcheck.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
goss -g /app/goss/pbserv/goss.yaml validate --format json_oneline
|
||||
|
||||
exit 0
|
3
scripts/goss/wgportal/goss-wait.yaml
Normal file
3
scripts/goss/wgportal/goss-wait.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
process:
|
||||
wgportal:
|
||||
running: true
|
3
scripts/goss/wgportal/goss.yaml
Normal file
3
scripts/goss/wgportal/goss.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
process:
|
||||
wgportal:
|
||||
running: true
|
Reference in New Issue
Block a user