Localização
Fortaleza, CE
Localização
Fortaleza, CE
Aniversário:
Setembro 15
Qual a versão do seu mikrotik
Versão 6.X
Qual o modo de autenticação em seu Provedor
PPPoE, HOTSPOT
O que mais espera em um sistema de gestão de provedores
que ele seja muito bom e ajude outras pessoas...
Comentários
Eu gostaria de saber se teria a possibilidade de você disponibilizar a ISO com a versão 24.02 para que eu possa subir em uma VM hospedada na Mega Dedicado.
########################################
version: "3.7"
services:
n8n_editor:
image: n8nio/n8n:latest
command: start
networks:
- mkxnet
environment:
- DB_TYPE=postgresdb
- DB_POSTGRESDB_DATABASE=n8n_queue
- DB_POSTGRESDB_HOST=postgres
- DB_POSTGRESDB_PORT=5432
- DB_POSTGRESDB_USER=postgres
- DB_POSTGRESDB_PASSWORD=dcadfe7c721c5403da0987a71c4393d2
- N8N_ENCRYPTION_KEY=c8a64d24f25a2707335c9a7cb8466622
- N8N_HOST=n8n.xxxxxxx.com.br
- N8N_EDITOR_BASE_URL=https://n8n.xxxxxxxx.com.br/
- N8N_PROTOCOL=https
- NODE_ENV=production
- WEBHOOK_URL=https://webrook.xxxxxxxx.com.br/
- EXECUTIONS_MODE=queue
- QUEUE_BULL_REDIS_HOST=redis
- QUEUE_BULL_REDIS_PORT=6379
- QUEUE_BULL_REDIS_DB=2
- NODE_FUNCTION_ALLOW_EXTERNAL=moment,lodash,moment-with-locales
- EXECUTIONS_DATA_PRUNE=true
- EXECUTIONS_DATA_MAX_AGE=336
- GENERIC_TIMEZONE=America/Fortaleza
- TZ=America/Fortaleza
deploy:
mode: replicated
replicas: 1
placement:
constraints:
- node.role == manager
resources:
limits:
cpus: "0.5"
memory: 1024M
labels:
- traefik.enable=true
- traefik.http.routers.n8n_editor.rule=Host(`n8n.xxxxxxx.com.br`)
- traefik.http.routers.n8n_editor.entrypoints=websecure
- traefik.http.routers.n8n_editor.priority=1
- traefik.http.routers.n8n_editor.tls.certresolver=letsencryptresolver
- traefik.http.routers.n8n_editor.service=n8n_editor
- traefik.http.services.n8n_editor.loadbalancer.server.port=5678
- traefik.http.services.n8n_editor.loadbalancer.passHostHeader=1
n8n_webhook:
image: n8nio/n8n:latest
command: webhook
networks:
- mkxnet
environment:
- DB_TYPE=postgresdb
- DB_POSTGRESDB_DATABASE=n8n_queue
- DB_POSTGRESDB_HOST=postgres
- DB_POSTGRESDB_PORT=5432
- DB_POSTGRESDB_USER=postgres
- DB_POSTGRESDB_PASSWORD=dcadfe7c721c5403da0987a71c4393d2
- N8N_ENCRYPTION_KEY=c8a64d24f25a2707335c9a7cb8466622
- N8N_HOST=n8n.xxxxxxx.com.br
- N8N_EDITOR_BASE_URL=https://n8n.xxxxxxx.com.br/
- N8N_PROTOCOL=https
- NODE_ENV=production
- WEBHOOK_URL=https://webrook.xxxxxxxx.com.br/
- EXECUTIONS_MODE=queue
- QUEUE_BULL_REDIS_HOST=redis
- QUEUE_BULL_REDIS_PORT=6379
- QUEUE_BULL_REDIS_DB=2
- NODE_FUNCTION_ALLOW_EXTERNAL=moment,lodash,moment-with-locales
- EXECUTIONS_DATA_PRUNE=true
- EXECUTIONS_DATA_MAX_AGE=336
- GENERIC_TIMEZONE=America/Fortaleza
- TZ=America/Fortaleza
deploy:
mode: replicated
replicas: 2
placement:
constraints:
- node.role == manager
resources:
limits:
cpus: "0.5"
memory: 1024M
labels:
- traefik.enable=true
- traefik.http.routers.n8n_webhook.rule=(Host(`webrook.mtxsolar.com.br`))
- traefik.http.routers.n8n_webhook.entrypoints=websecure
- traefik.http.routers.n8n_webhook.priority=1
- traefik.http.routers.n8n_webhook.tls.certresolver=letsencryptresolver
- traefik.http.routers.n8n_webhook.service=n8n_webhook
- traefik.http.services.n8n_webhook.loadbalancer.server.port=5678
- traefik.http.services.n8n_webhook.loadbalancer.passHostHeader=1
n8n_worker:
image: n8nio/n8n:latest
command: worker --concurrency=10
networks:
- mkxnet
environment:
- DB_TYPE=postgresdb
- DB_POSTGRESDB_DATABASE=n8n_queue
- DB_POSTGRESDB_HOST=postgres
- DB_POSTGRESDB_PORT=5432
- DB_POSTGRESDB_USER=postgres
- DB_POSTGRESDB_PASSWORD=dcadfe7c721c5403da0987a71c4393d2
- N8N_ENCRYPTION_KEY=c8a64d24f25a2707335c9a7cb8466622
- N8N_HOST=n8n.mtxsolar.com.br
- N8N_EDITOR_BASE_URL=https://n8n.xxxxxx.com.br/
- N8N_PROTOCOL=https
- NODE_ENV=production
- WEBHOOK_URL=https://webrook.xxxxxxxx.com.br/
- EXECUTIONS_MODE=queue
- QUEUE_BULL_REDIS_HOST=redis
- QUEUE_BULL_REDIS_PORT=6379
- QUEUE_BULL_REDIS_DB=2
- NODE_FUNCTION_ALLOW_EXTERNAL=moment,lodash,moment-with-locales
- EXECUTIONS_DATA_PRUNE=true
- EXECUTIONS_DATA_MAX_AGE=336
- GENERIC_TIMEZONE=America/Fortaleza
- TZ=America/Fortaleza
deploy:
mode: replicated
replicas: 1
placement:
constraints:
- node.role == manager
resources:
limits:
cpus: "0.5"
memory: 1024M
networks:
mkxnet:
name: mkxnet
external: tr
Estou com proplema com todas os nomes ou palavra que contem acento ( ´^~ ) poderia ajuda a correção ?
O mk até envia o carne para gerencianet.
Sabe como posso resolver esse problema.
Vocês já estão analisando, porque tive conhecimento que vários mk auth estão passando por esse problema
Aguardo retorno