Skip to content

Commit

Permalink
Merge pull request #5868 from nvandoorn/5523-docker-default-improvements
Browse files Browse the repository at this point in the history
Docker default settings improvements
  • Loading branch information
tvdeyen authored Oct 18, 2024
2 parents cc57e64 + 403721a commit b07465b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
- postgres:/var/lib/postgresql/data:cached

app:
shm_size: '256mb'
shm_size: '512mb'
build:
context: .dockerdev
dockerfile: Dockerfile
Expand All @@ -34,7 +34,7 @@ services:
CAPYBARA_DRIVER: selenium_chrome_headless_docker_friendly
DB_USERNAME: root
DB_PASSWORD: password
RAILS_VERSION: ${RAILS_VERSION:-~> 7.0.2}
RAILS_VERSION: ${RAILS_VERSION:-~> 7.1.0}
DB_ALL: "1"
DB_MYSQL_HOST: mysql
DB_POSTGRES_HOST: postgres
Expand Down

0 comments on commit b07465b

Please sign in to comment.