Skip to content

Merge#176

Open
asogomez22 wants to merge 4 commits into
rmyndharis:mainfrom
asogomez22:main
Open

Merge#176
asogomez22 wants to merge 4 commits into
rmyndharis:mainfrom
asogomez22:main

Conversation

@asogomez22
Copy link
Copy Markdown

Description

Brief description of changes

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

Checklist

  • Tests added/updated
  • Documentation updated
  • Lint passes
  • Self-reviewed

Screenshots (if applicable)

Related Issues

Closes #

Copilot AI review requested due to automatic review settings June 2, 2026 16:01
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Adds a Dokploy-focused Docker Compose configuration to run an OpenWA (wa-automate) service alongside a dashboard service.

Changes:

  • Introduces docker-compose.dokploy.yml defining openwa and dashboard services
  • Configures openwa runtime command, environment variables, volume, and shared memory settings
  • Wires dashboard to start after openwa

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +11 to +18
command: >
sh -c 'npx @open-wa/wa-automate@4.76.0
--port 2785
--api-key "$$API_MASTER_KEY"
--webhook "https://citaapp.es/webhooks/openwa"
--session-id fisiodemo
--use-chrome
--headless'
Comment on lines +12 to +13
sh -c 'npx @open-wa/wa-automate@4.76.0
--port 2785
PORT: 2785
LOG_LEVEL: info
API_MASTER_KEY: ${API_MASTER_KEY}
ENABLE_SWAGGER: "true"
Comment on lines +15 to +16
--webhook "https://citaapp.es/webhooks/openwa"
--session-id fisiodemo
Comment on lines +34 to +35
expose:
- "80"
Comment on lines +36 to +37
depends_on:
- openwa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants