Commit graph

10 commits

Author SHA1 Message Date
Ashish
6346e78820
Chore: fix server dockerfile (#307)
* fix typo in entrypoint script invocation from the server dockerfile

* use sh in the entrypoint shebang instead of bash

* make entrypoint script executable
2021-06-24 16:40:26 +05:30
Ashish
939e26fc6a
Chore: reference the entrypoint file in the dockerfile (#292) 2021-06-22 22:48:55 +05:30
Ashish
dfd0d93852
Chore: Remove server.pid file if its already present from docker entrypoint (#256) 2021-06-14 16:39:00 +05:30
Ashish
7256490450
conditionally run bundle install from the entrypoint script (#254) 2021-06-14 16:29:57 +05:30
Ashish
2329311416
Bugfix: Separate docker file for development (#250)
* new dockerfile for development

* reference the development dockerfile in docker-compose

* remove explicit RAILS_ENV=production in development dockerfile
2021-06-14 15:27:19 +05:30
Akshay
134e2f51ca
Feature: SQL Server integration 🎉 (#244)
* MS SQL server integration

* enable mssql service to test, create and process connection

* return 400 when query fails

* [Docker] Install freetds on buster

Co-authored-by: navaneeth <navaneethpk@outlook.com>
2021-06-14 07:33:13 +05:30
Navaneeth Pk
69ca4159e0
[Docker] Pending migrations should be executed before starting server (#213) 2021-06-09 18:10:46 +05:30
navaneeth
9fa57932ad Fixed JS heap issue on docker-compose 2021-05-26 07:41:12 +05:30
navaneeth
065d724732 Changed base docker image to buster, bumped ruby version 2021-05-25 13:53:11 +05:30
navaneeth
3c20814763 Setup docker-compose for local development 2021-04-29 15:29:25 +05:30