fix: Update stack to use chatwoot-jasmine image
This commit is contained in:
parent
dd7290b36c
commit
fb4df77b28
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user