Saltar a contenido

ntfy

Servicio de notificaciones push.

📁 Rutas y configs

Qué Dónde
Compose /opt/docker/ntfy/compose.yaml
Data (config) /opt/docker/ntfy/data/
Cache /opt/docker/ntfy/cache/

Contenedor: ntfy Puerto expuesto: 8521

Compose

services:
  ntfy:
    image: binwiederhier/ntfy
    container_name: ntfy
    restart: unless-stopped
    ports:
      - 8521:80
    volumes:
      - /opt/docker/ntfy/data:/etc/ntfy
      - /opt/docker/ntfy/cache:/var/cache/ntfy
    environment:
      - TZ=America/Argentina/Buenos_Aires
    command:
      - serve