Fixed too short idle timeout for Jetty's WebSocket

This commit is contained in:
2024-11-24 01:35:36 +02:00
parent 32272c5295
commit 5539304ff7
5 changed files with 25 additions and 6 deletions

View File

@@ -107,7 +107,6 @@ services:
- POSTGRES_USER=symphony
- POSTGRES_PASSWORD=symphony
- POSTGRES_DB=symphony
- POSTGRES_INITDB_ARGS="--log-min-messages=error"
volumes:
- ./config/postgres/init.sql:/docker-entrypoint-initdb.d/init.sql
ports: