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 service: http://nginx-app-1:80
- hostname: git.szumko.net - hostname: git.szumko.net
service: http://nginx-app-1:80 service: http://nginx-app-1:80
- hostname: cloud.szumko.net
service: http://nginx-app-1:80
- service: http_status:404 - service: http_status:404

View File

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