Compare commits

...

2 Commits

Author SHA1 Message Date
e4b0edd9e6 fixing overwrite porotocols for NPM 2025-11-25 16:50:43 -05:00
e771482aca Updated ingree rules 2025-11-25 15:07:03 -05:00
2 changed files with 4 additions and 2 deletions

View File

@@ -8,4 +8,6 @@ ingress:
service: http://nginx-app-1:80
- hostname: git.szumko.net
service: http://nginx-app-1:80
- hostname: cloud.szumko.net
service: http://nginx-app-1:80
- service: http_status:404

View File

@@ -23,6 +23,7 @@ services:
image: nextcloud
restart: unless-stopped
networks:
- 'default'
- 'homelab'
ports:
- 8080:80
@@ -35,9 +36,8 @@ services:
- MYSQL_HOST=db
- REDIS_HOST=redis
- OVERWRITECLIURL=${OVERWRITECLIURL}
- OVERWRITEWEBROOT=${OVERWRITEWEBROOT}
- OVERWRITEPROTOCOL=${OVERWRITEPROTOCOL}
- OVERWRITEHOST=${OVERWRITEHOST}
- OVERWRITEPROTOCOL=https
depends_on:
- db
- redis