fix: updated compose for docker swarm compatibility
All checks were successful
Build and Deploy / build-and-push (push) Successful in 43s

This commit is contained in:
Cauê Faleiros
2026-04-09 10:52:46 -03:00
parent bb136c3816
commit 3875cb4153

View File

@@ -2,11 +2,7 @@ version: '3.8'
services:
middleware:
# If using CI/CD, you will replace 'build: .' with your Gitea registry image:
# image: gitea.yourdomain.com/youruser/api-tiny-n8n:latest
build: .
container_name: api-tiny-n8n
restart: unless-stopped
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