Skip to content
Snippets Groups Projects
Commit 63846391 authored by jurgenhaas's avatar jurgenhaas
Browse files

Fix configuration mismatches

parent af1c2fa8
Branches
No related tags found
No related merge requests found
......@@ -192,6 +192,7 @@
owner: '{{ apacheUser }}'
group: '{{ apacheGroup }}'
mode: 0644
when: nextcloud_mode == 'apache'
tags:
- ApacheConfig
- deploy
......
......@@ -27,6 +27,7 @@ services:
restart: unless-stopped
environment:
PHP_SENDMAIL_PATH: /usr/sbin/sendmail -t -i -S mailhog:1025
PHP_OPCACHE_INTERNED_STRINGS_BUFFER: 16
COMPOSER_ALLOW_SUPERUSER: 1
dns: '192.168.3.85'
volumes:
......@@ -58,7 +59,11 @@ services:
traefik.http.routers.apache-nextcloud_{{ nextcloud.id }}.rule: Host(`{{ nextcloud.domain }}`)
traefik.http.routers.apache-nextcloud_{{ nextcloud.id }}.tls: 'true'
traefik.http.routers.apache-nextcloud_{{ nextcloud.id }}.tls.certresolver: lakedrops
traefik.http.middlewares.apache-nextcloud_{{ nextcloud.id }}-dav.replacepathregex.regex: ^/.well-known/ca(rd|l)dav
traefik.http.middlewares.apache-nextcloud_{{ nextcloud.id }}-dav.replacepathregex.replacement: /remote.php/dav/
traefik.http.middlewares.apache-nextcloud_{{ nextcloud.id }}-wellknown.replacepathregex.regex: ^(/.well-known.*)
traefik.http.middlewares.apache-nextcloud_{{ nextcloud.id }}-wellknown.replacepathregex.replacement: /index.php$${1}
traefik.http.routers.apache-nextcloud_paragon.middlewares: apache-nextcloud_{{ nextcloud.id }}-dav@docker,apache-nextcloud_{{ nextcloud.id }}-wellknown@docker,lakedropssts@docker
redis:
image: 'wodby/redis:6'
volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment