feat: include installation method in data to cw hub (#2831)

This commit is contained in:
Vishnu Narayanan
2021-08-16 23:35:00 +05:30
committed by GitHub
parent 0e4196c91a
commit 319412f6dc
5 changed files with 10 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ services:
environment:
- NODE_ENV=production
- RAILS_ENV=production
- INSTALLATION_ENV=docker
entrypoint: docker/entrypoints/rails.sh
command: ['bundle', 'exec', 'rails', 's', '-p', '3000', '-b', '0.0.0.0']
@@ -26,6 +27,7 @@ services:
environment:
- NODE_ENV=production
- RAILS_ENV=production
- INSTALLATION_ENV=docker
command: ['bundle', 'exec', 'sidekiq', '-C', 'config/sidekiq.yml']
postgres: