Skip to content

Commit

Permalink
remove restarts
Browse files Browse the repository at this point in the history
  • Loading branch information
milt authored and invaliduser committed Apr 29, 2024
1 parent a9738b3 commit 9dc5fbc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dev-resources/load_balanced/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ services:
# If Postgres is too slow to start, increase this
LRSQL_POOL_INITIALIZATION_FAIL_TIMEOUT: 10000
LRSQL_JWT_COMMON_SECRET: sandwich #in production, this should be between 32 and 64 chars for security
restart: always

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

0 comments on commit 9dc5fbc

Please sign in to comment.