first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
relay:
|
||||
build: .
|
||||
ports:
|
||||
- "8543:8443"
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "-q", "--spider", "http://localhost:8443/health"]
|
||||
interval: 30s
|
||||
timeout: 5s
|
||||
retries: 3
|
||||
Reference in New Issue
Block a user