Improved performance by enabling gzip and caching.
This commit is contained in:
@@ -9,6 +9,7 @@ services:
|
||||
- ./data/certs/:/etc/nginx/certs:ro
|
||||
- ./data/etc/nginx/vhost.d:/etc/nginx/vhost.d
|
||||
- ./data/usr/share/nginx/html:/usr/share/nginx/html
|
||||
- ./data/etc/nginx/conf.d:/etc/nginx/conf.d
|
||||
letsencrypt:
|
||||
image: jrcs/letsencrypt-nginx-proxy-companion:stable
|
||||
volumes:
|
||||
@@ -25,6 +26,7 @@ services:
|
||||
environment:
|
||||
config: /usr/local/config/local.edn
|
||||
VIRTUAL_HOST: local.app.integreatconsult.com
|
||||
VIRTUAL_PORT: 3000
|
||||
database:
|
||||
image: postgres:9-alpine
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user