Skip to content

Commit

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

0 comments on commit b2cb27a

Please sign in to comment.