Files
tiny-webhook/docker-compose.yml
Cauê Faleiros 3875cb4153
All checks were successful
Build and Deploy / build-and-push (push) Successful in 43s
fix: updated compose for docker swarm compatibility
2026-04-09 10:52:46 -03:00

17 lines
479 B
YAML

version: '3.8'
services:
middleware:
image: gitea.blyzer.com.br/blyzer/tiny-webhook:latest
ports:
# Maps port 3030 on your host to 3000 inside the container.
# Nginx Proxy Manager will point to YOUR_SERVER_IP:3030
- "3030:3000"
# Optional: If you use a shared Docker network for Nginx Proxy Manager, you can attach it here:
# networks:
# - nginx-proxy-manager-network
# networks:
# nginx-proxy-manager-network:
# external: true