Merge branch 'develop' into snyk-fix-f2a5704c18c32d1ebb34c8501163dcd9

This commit is contained in:
Sojan Jose
2024-07-18 16:17:43 -07:00
committed by GitHub
+2
View File
@@ -20,6 +20,7 @@ services:
- INSTALLATION_ENV=docker
entrypoint: docker/entrypoints/rails.sh
command: ['bundle', 'exec', 'rails', 's', '-p', '3000', '-b', '0.0.0.0']
restart: always
sidekiq:
<<: *base
@@ -31,6 +32,7 @@ services:
- RAILS_ENV=production
- INSTALLATION_ENV=docker
command: ['bundle', 'exec', 'sidekiq', '-C', 'config/sidekiq.yml']
restart: always
postgres:
image: postgres:12