mirror of
https://github.com/byReqz/status.git
synced 2024-11-21 15:23:15 +00:00
22 lines
436 B
YAML
22 lines
436 B
YAML
version: '2.3'
|
|
|
|
services:
|
|
gotty-status:
|
|
container_name: gotty-status
|
|
image: byreqz/gotty:latest
|
|
restart: unless-stopped
|
|
ports:
|
|
- 8080:8080
|
|
environment:
|
|
- port=8080
|
|
# - userpass=user:pass
|
|
- title=status
|
|
- use_tmux=true
|
|
- pkgs=fping curl bash
|
|
- ping_hosts=nils.lol
|
|
- http_hosts=https://nils.lol
|
|
- command=bash /status.sh
|
|
volumes:
|
|
- ./status-server.sh:/status.sh
|
|
|