change port for kontor-spring to enable port 800 for paperless-ngx

This commit is contained in:
Thomas Peetz
2025-12-07 21:24:32 +01:00
parent a5393f471f
commit 3a0c062e78
3 changed files with 7 additions and 2 deletions
+4
View File
@@ -33,3 +33,7 @@ volumes:
secrets:
db-password:
file: db-password.txt
networks:
database:
name: database
external: true
+2 -1
View File
@@ -27,7 +27,7 @@ services:
- integration
- frontend
ports:
- 8000:8000
- 8100:8100
volumes:
- images-data:/data/images
depends_on:
@@ -116,6 +116,7 @@ services:
networks:
database:
name: database
integration:
name: integration
frontend:
@@ -82,7 +82,7 @@ spring:
user: artemis
password: artemis
server:
port: 8000
port: 8100
---
spring:
config: