Skip to content

Commit 9dc5fbc

Browse files
miltinvaliduser
authored andcommitted
remove restarts
1 parent a9738b3 commit 9dc5fbc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dev-resources/load_balanced/docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ services:
5252
# If Postgres is too slow to start, increase this
5353
LRSQL_POOL_INITIALIZATION_FAIL_TIMEOUT: 10000
5454
LRSQL_JWT_COMMON_SECRET: sandwich #in production, this should be between 32 and 64 chars for security
55-
restart: always
5655

5756
lrs_2:
5857
# build: ../.. # switch to this for active dev
@@ -82,7 +81,6 @@ services:
8281
# If Postgres is too slow to start, increase this
8382
LRSQL_POOL_INITIALIZATION_FAIL_TIMEOUT: 10000
8483
LRSQL_JWT_COMMON_SECRET: sandwich #in production, this should be between 32 and 64 chars for security
85-
restart: always
8684
lb:
8785
image: nginx:stable-alpine
8886
configs:

0 commit comments

Comments
 (0)