Skip to content

Commit

Permalink
postgres memory
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Oct 20, 2024
1 parent 3153f4b commit d1b97e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ services:
- "./data/postgres/prod:/var/lib/postgresql/data"
# ports:
# - "5432:5432"
shm_size: ${DB_MEMORY_LIMIT}
env_file:
- config/prod/.env
search:
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ services:
env_file:
- config/dev/.env
# user: $UID:$GID
shm_size: ${DB_MEMORY_LIMIT}
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"]
interval: 10s
Expand Down

0 comments on commit d1b97e5

Please sign in to comment.