fix: updated compose for docker swarm compatibility
All checks were successful
Build and Deploy / build-and-push (push) Successful in 43s
All checks were successful
Build and Deploy / build-and-push (push) Successful in 43s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user