mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-09 00:12:13 -05:00
Store Bootsnap cache outside bind mounts (devcontainer only) (#33677)
This commit is contained in:
parent
7261951791
commit
5c50d89a86
@ -10,6 +10,7 @@ services:
|
|||||||
RAILS_ENV: development
|
RAILS_ENV: development
|
||||||
NODE_ENV: development
|
NODE_ENV: development
|
||||||
BIND: 0.0.0.0
|
BIND: 0.0.0.0
|
||||||
|
BOOTSNAP_CACHE_DIR: /tmp
|
||||||
REDIS_HOST: redis
|
REDIS_HOST: redis
|
||||||
REDIS_PORT: '6379'
|
REDIS_PORT: '6379'
|
||||||
DB_HOST: db
|
DB_HOST: db
|
||||||
|
Loading…
x
Reference in New Issue
Block a user