
Deploy Chaskiq on Your Own Server
A full-featured Live Chat, Support & Marketing platform
Want to deploy Chaskiq on your server faster? Try Senate with one-command setup, automatic HTTPS and monitoring.
What is Chaskiq?
A full featured Live Chat, Support & Marketing platform https://chaskiq.io
Self-Host Chaskiq
Follow these steps to deploy on your own server.
Install Docker
Skip this step if Docker is already installed on your server.
curl -fsSL https://get.docker.com | sh
Configure
Customize the settings below. Defaults work for most cases.
General
Deploy
Copy the configuration and run it on your server.
services:
chaskiq-postgres:
image: postgres:12
environment:
POSTGRES_DB: chaskiq
POSTGRES_PASSWORD: 0ad035b01b6c
POSTGRES_USER: chaskiq
volumes:
- chaskiq-postgres-data:/var/lib/postgresql/data
chaskiq-redis:
environment:
REDIS_PASSWORD: 53193abffd8e
volumes:
- chaskiq-redis-data:/data
chaskiq-web:
environment:
ADMIN_EMAIL: admin@example.com
ADMIN_PASSWORD: 7be550a5cc27
AWS_ACCESS_KEY_ID: ""
AWS_S3_BUCKET: ""
AWS_S3_REGION: ""
AWS_SECRET_ACCESS_KEY: ""
DATABASE_URL: postgres://chaskiq:0ad035b01b6c@chaskiq-postgres:5432/chaskiq
DEFAULT_GEOCODER_SERVICE: maxmind_local
DEFAULT_OUTGOING_EMAIL_DOMAIN: ""
DEFAULT_SENDER_EMAIL: ""
GEOCODER_API_KEY: ""
HOST: https://chaskiq-web.your-domain.com
RAILS_ENV: production
RAILS_LOG_TO_STDOUT: "true"
RAILS_SERVE_STATIC_FILES: "true"
REDIS_URL: redis://default:53193abffd8e@chaskiq-redis:6379
SCOUT_KEY: ""
SECRET_KEY_BASE: 3c45baeac9caf1037a4dd473e291d986a346fec798f098f2a396e6140746eb63
WS: wss://chaskiq-web.your-domain.com/cable
chaskiq-worker:
environment:
ADMIN_EMAIL: admin@example.com
ADMIN_PASSWORD: 7be550a5cc27
AWS_ACCESS_KEY_ID: ""
AWS_S3_BUCKET: ""
AWS_S3_REGION: ""
AWS_SECRET_ACCESS_KEY: ""
DATABASE_URL: postgres://chaskiq:0ad035b01b6c@chaskiq-postgres:5432/chaskiq
DEFAULT_GEOCODER_SERVICE: maxmind_local
DEFAULT_OUTGOING_EMAIL_DOMAIN: ""
DEFAULT_SENDER_EMAIL: ""
GEOCODER_API_KEY: ""
HOST: https://chaskiq.your-domain.com
RAILS_ENV: production
RAILS_LOG_TO_STDOUT: "true"
REDIS_URL: redis://default:53193abffd8e@chaskiq-redis:6379
SCOUT_KEY: ""
SECRET_KEY_BASE: 3c45baeac9caf1037a4dd473e291d986a346fec798f098f2a396e6140746eb63
WS: wss://chaskiq.your-domain.com/cable
volumes:
chaskiq-postgres-data: {}
chaskiq-redis-data: {}
Then run:
docker compose up -d
Access
Once started, access your app at http://localhost:3000
Why Self-Host Chaskiq?
Full Data Ownership
Your data stays on your servers. No third-party access.
No Monthly Fees
Pay only for your server. No per-seat or usage charges.
Complete Control
Customize, backup, and scale on your own terms.
Privacy & Compliance
Meet GDPR, HIPAA, or internal security requirements.
Technical Details
Docker Image
postgres:12Want to go faster?
Try Senate! Senate handles Docker, HTTPS, updates, and monitoring for you. Deploy any of our 300+ apps with a single command.
Install on any Linux server:
sh -c "$(curl -sSL https://get.senate.sh)"