chore: persist local docker stack
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m39s

This commit is contained in:
Cauê Faleiros
2026-05-28 10:49:46 -03:00
parent 440c8cee1f
commit 6c0a78675c

View File

@@ -1,5 +1,3 @@
version: '3.8'
services:
db:
image: postgres:15-alpine
@@ -28,7 +26,7 @@ services:
- ADMIN_EMAIL=${ADMIN_EMAIL:-admin@admin.com}
- ADMIN_PASSWORD=${ADMIN_PASSWORD:-admin123}
- JWT_SECRET=${JWT_SECRET:-super_secret_jwt_key_123}
- N8N_WHATSAPP_TRIGGER_URL=${N8N_WHATSAPP_TRIGGER_URL}
- N8N_WHATSAPP_TRIGGER_URL=${N8N_WHATSAPP_TRIGGER_URL:-http://localhost:5678/webhook/whatsapp}
depends_on:
- db
restart: unless-stopped
@@ -45,4 +43,4 @@ services:
restart: unless-stopped
volumes:
pgdata:
pgdata: