2
0

Store Bootsnap cache outside bind mounts (devcontainer only) (#33677)

This commit is contained in:
Christian Schmidt
2025-01-24 09:18:46 +01:00
committed by GitHub
parent 7261951791
commit 5c50d89a86

View File

@@ -10,6 +10,7 @@ services:
RAILS_ENV: development
NODE_ENV: development
BIND: 0.0.0.0
BOOTSNAP_CACHE_DIR: /tmp
REDIS_HOST: redis
REDIS_PORT: '6379'
DB_HOST: db