This commit is contained in:
Brieuc Dubois 2024-05-05 12:42:21 +02:00
parent e3080156f9
commit f60bede85f
2 changed files with 0 additions and 35 deletions

View File

@ -1,22 +0,0 @@
services:
blog:
container_name: blog
image: git.bhasher.com/bhasher/blog:latest
restart: unless-stopped
labels:
- "traefik.enable=true"
- "traefik.http.routers.blog.rule=Host(`blog.bhasher.com`)"
- "traefik.http.routers.blog.entrypoints=internalsecure"
- "traefik.http.services.blog.loadbalancer.server.port=80"
- "traefik.http.routers.blog.tls=true"
- "traefik.http.routers.blog.tls.certresolver=http"
- "com.centurylinklabs.watchtower.enable=true"
healthcheck:
test: curl --fail http://localhost || exit 1
interval: 60s
start_period: 20s
start_interval: 5s
timeout: 10s
retries: 3
networks:
- external

View File

@ -1,13 +0,0 @@
services:
ssh-honeypot:
container_name: ssh-honeypot
image: registry.bhasher.com/ssh-honeypot:latest
labels:
- "com.centurylinklabs.watchtower.enable=true"
environment:
- PORT=24587
- TZ=Europe/Paris
volumes:
- /etc/localtime:/etc/localtime:ro
- $DATA/honeypots/ssh-honeypot:/app/data:rw
network_mode: host