homelab/bxl-shp/apps/docker-compose.honeypots.yaml

14 lines
353 B
YAML
Raw Normal View History

2023-12-26 17:38:30 +01:00
services:
ssh-honeypot:
container_name: ssh-honeypot
image: registry.bhasher.com/ssh-honeypot:latest
2023-12-26 22:59:06 +01:00
labels:
- "com.centurylinklabs.watchtower.enable=true"
2023-12-26 18:35:37 +01:00
environment:
- PORT=24587
2024-01-03 04:52:09 +01:00
- TZ=Europe/Paris
2023-12-26 17:38:30 +01:00
volumes:
2024-01-03 04:52:09 +01:00
- /etc/localtime:/etc/localtime:ro
2023-12-26 17:38:30 +01:00
- $DATA/honeypots/ssh-honeypot:/app/data:rw
2023-12-26 18:35:37 +01:00
network_mode: host