1
0
mirror of https://github.com/byReqz/status.git synced 2024-11-21 15:23:15 +00:00
status/docker-compose.yml
2021-09-20 19:13:30 +02:00

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