Update docker-compose

This commit is contained in:
Ari Timonen 2020-10-09 23:17:33 +03:00
parent 0891552af1
commit 49455672e9
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
# The point of this config file is to have near-identical setup in PRODUCTION.
# Use it in production or copy it over
upstream puma {
upstream ensl_production {
server production:$PRODUCTION_PUMA_PORT;
# server unix:/var/tmp/puma.$RAILS_ENV.sock fail_timeout=0;
}

View file

@ -2,7 +2,7 @@
# The point of this config file is to have near-identical setup in staging.
# Use it in production or copy it over
upstream puma {
upstream ensl_staging {
server staging:$PUMA_PORT;
# server unix:/var/tmp/puma.$RAILS_ENV.sock fail_timeout=0;
}