fix: Update stack to use chatwoot-jasmine image

This commit is contained in:
Rodrigo Borba 2026-01-03 15:02:05 -03:00
parent dd7290b36c
commit fb4df77b28

View File

@ -2,7 +2,7 @@ version: '3.8'
services: services:
rails: rails:
image: ghcr.io/${GITHUB_REPOSITORY_OWNER:-your-username}/chatwoot-develop:latest image: ghcr.io/${GITHUB_REPOSITORY_OWNER:-rodribm10}/chatwoot-jasmine:latest
environment: environment:
- RAILS_ENV=production - RAILS_ENV=production
- NODE_ENV=production - NODE_ENV=production
@ -22,7 +22,7 @@ services:
- redis - redis
sidekiq: sidekiq:
image: ghcr.io/${GITHUB_REPOSITORY_OWNER:-your-username}/chatwoot-develop:latest image: ghcr.io/${GITHUB_REPOSITORY_OWNER:-rodribm10}/chatwoot-jasmine:latest
command: bundle exec sidekiq -C config/sidekiq.yml command: bundle exec sidekiq -C config/sidekiq.yml
environment: environment:
- RAILS_ENV=production - RAILS_ENV=production