Skip to content

Commit f33b913

Browse files
committed
wip
1 parent b674093 commit f33b913

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See https://pre-commit.com/hooks.html for more hooks
22
exclude: "^.venv$|^.cache$|^.pytest_cache$"
33
default_language_version:
4-
python: python3.11
4+
python: python3.13
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
77
rev: v4.4.0

services/simcore/docker-compose.deploy.master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ services:
3535
- "--entryPoints.http.transport.respondingTimeouts.writeTimeout=21600s" #6h, for https://github.com/traefik/traefik/issues/10805
3636
- "--entryPoints.http.transport.respondingTimeouts.readTimeout=21600s" #6h, for https://github.com/traefik/traefik/issues/10805
3737
- "--entryPoints.postgres.address=:5432"
38-
- "--entryPoints.redis.address=:5672"
38+
- "--entryPoints.redis.address=:${REDIS_EXTERNAL_PORT}"
3939
- "--entryPoints.simcore_api.address=:10081"
4040
- "--entryPoints.simcore_api.forwardedHeaders.insecure"
4141
- "--entryPoints.simcore_api.transport.respondingTimeouts.idleTimeout=21600s" #6h, for https://github.com/traefik/traefik/issues/10805

0 commit comments

Comments
 (0)