We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9738b3 commit 9dc5fbcCopy full SHA for 9dc5fbc
dev-resources/load_balanced/docker-compose.yml
@@ -52,7 +52,6 @@ services:
52
# If Postgres is too slow to start, increase this
53
LRSQL_POOL_INITIALIZATION_FAIL_TIMEOUT: 10000
54
LRSQL_JWT_COMMON_SECRET: sandwich #in production, this should be between 32 and 64 chars for security
55
- restart: always
56
57
lrs_2:
58
# build: ../.. # switch to this for active dev
@@ -82,7 +81,6 @@ services:
82
81
83
84
85
86
lb:
87
image: nginx:stable-alpine
88
configs:
0 commit comments