mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-04-08 18:30:51 +00:00
Update docker-compose
This commit is contained in:
parent
0891552af1
commit
49455672e9
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue