Without nginx-proxy
This commit is contained in:
parent
e7d852842e
commit
fee7347015
@ -1,2 +0,0 @@
|
|||||||
client_max_body_size 10G;
|
|
||||||
proxy_request_buffering off;
|
|
||||||
@ -1 +0,0 @@
|
|||||||
fcgi_index index.php;
|
|
||||||
@ -22,8 +22,8 @@ services:
|
|||||||
aliases:
|
aliases:
|
||||||
- "nextcloud.local"
|
- "nextcloud.local"
|
||||||
|
|
||||||
nginx-proxy:
|
nginx:
|
||||||
image: nginxproxy/nginx-proxy:latest
|
image: nginx:latest
|
||||||
ports:
|
ports:
|
||||||
- 8080:80 # change to 80:80 when the shop is ready to go live
|
- 8080:80 # 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
|
- 4443:443 # change to 80:80 when the shop is ready to go live
|
||||||
@ -32,7 +32,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ~/nginx/certs:/etc/nginx/certs
|
- ~/nginx/certs:/etc/nginx/certs
|
||||||
- ~/nginx/html:/usr/share/nginx/html
|
- ~/nginx/html:/usr/share/nginx/html
|
||||||
- /home/{{ user.name }}/nginx/vhost.d:/etc/nginx/vhost.d
|
|
||||||
- /run/user/{{ getent_passwd[user.name][2] }}/podman/podman.sock:/tmp/docker.sock:ro
|
- /run/user/{{ getent_passwd[user.name][2] }}/podman/podman.sock:/tmp/docker.sock:ro
|
||||||
|
|
||||||
db:
|
db:
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
index index.php;
|
|
||||||
Loading…
Reference in New Issue
Block a user