fastcgi proto

This commit is contained in:
Mike Holloway 2025-12-07 02:12:28 -05:00
parent 94db1a0f5b
commit da62290e32

View File

@ -9,6 +9,7 @@ services:
- /home/{{ user.name }}/webroot:/var/www/html - /home/{{ user.name }}/webroot:/var/www/html
environment: environment:
- VIRTUAL_HOST={{ inventory_hostname | default('ansible_undefined_host') }} - VIRTUAL_HOST={{ inventory_hostname | default('ansible_undefined_host') }}
- VIRTUAL_PROTO=fastcgi
- NEXTCLOUD_ADMIN_USER=admin - NEXTCLOUD_ADMIN_USER=admin
- POSTGRES_DATABASE=nextcloud - POSTGRES_DATABASE=nextcloud
- POSTGRES_HOST=db:5432 - POSTGRES_HOST=db:5432
@ -28,7 +29,6 @@ services:
- 4443:443 # change to 80:80 when the shop is ready to go live - 4443:443 # change to 80:80 when the shop is ready to go live
networks: networks:
default: default:
volumes: volumes:
- ~/nginx/certs:/etc/nginx/certs - ~/nginx/certs:/etc/nginx/certs
- ~/nginx/html:/usr/share/nginx/html - ~/nginx/html:/usr/share/nginx/html