fix: Multiple Tests

This commit is contained in:
DrMxrcy
2024-11-13 04:38:27 -05:00
parent 7bef3a0c29
commit de315124c3
3 changed files with 10 additions and 2 deletions

View File

@@ -20,7 +20,6 @@ services:
- AP_REDIS_HOST=redis
- AP_REDIS_PORT=6379
- AP_ENVIRONMENT=prod
- AP_FRONTEND_URL=https://${AP_HOST}
- AP_ENCRYPTION_KEY=${AP_ENCRYPTION_KEY}
- AP_JWT_SECRET=${AP_JWT_SECRET}
- AP_ENGINE_EXECUTABLE_PATH=dist/packages/engine/main.js

View File

@@ -8,12 +8,21 @@ services:
environment:
- NODE_ENV=production
- RAILS_ENV=production
- INSTALLATION_ENV=docker
- FRONTEND_URL=http://${CHATWOOT_HOST}
- SECRET_KEY_BASE=${SECRET_KEY_BASE}
- POSTGRES_HOST=postgres
- POSTGRES_USERNAME=${POSTGRES_USERNAME}
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
- POSTGRES_DATABASE=chatwoot_production
- REDIS_URL=redis://redis:6379
- REDIS_PASSWORD=${REDIS_PASSWORD}
- ENABLE_ACCOUNT_SIGNUP=false
- FORCE_SSL=false
- RAILS_LOG_TO_STDOUT=true
- LOG_LEVEL=info
- LOG_SIZE=500
- RAILS_MAX_THREADS=5
command: bundle exec rails db:chatwoot_prepare
depends_on:
postgres:

View File

@@ -93,7 +93,7 @@ services:
networks:
- dokploy-network
volumes:
- ../files/stacks/windmill:/etc/caddy
- ../files/stacks:/etc/caddy
environment:
- BASE_URL=":80"
depends_on: