forked from mirrored/github-readme-stats
moved github username to config
This commit is contained in:
@@ -7,6 +7,14 @@ services:
|
||||
- .env
|
||||
expose:
|
||||
- $port
|
||||
healthcheck:
|
||||
test: wget --no-verbose -O - --tries=1 http://localhost:$$port/?username=$$GH_UN | grep 'GitHub Stats' || exit 1
|
||||
interval: 60m # hourly
|
||||
retries: 3
|
||||
start_interval: 1s
|
||||
start_period: 10s
|
||||
timeout: 5s
|
||||
init: true
|
||||
|
||||
caddy:
|
||||
image: caddy
|
||||
|
||||
Reference in New Issue
Block a user