Improved performance by enabling gzip and caching.

This commit is contained in:
Bryce Covert
2019-02-25 17:24:08 -08:00
parent 62b6316242
commit 1fa6154f39
3 changed files with 24 additions and 0 deletions

View File

@@ -1,5 +1,15 @@
version: '3'
services:
nginx-proxy:
restart: "always"
ports:
- "80:80"
- "443:443"
labels:
- com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy=true
volumes:
# - ./data/var/run/docker.sock:/tmp/docker.sock:ro
- ./data/opt/integreat/dev/usr/share/nginx/html:/usr/share/nginx/html
database:
ports:
- "5432:5432"