X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c46d1a0cadf0d89dec4f2781db0fd12772eace01..38b74c1c48521c3de988b774117d6f9febcf1c3f:/docker-compose.yml diff --git a/docker-compose.yml b/docker-compose.yml index 425bbc76c..ad55e660e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,7 +8,8 @@ services: - .:/app # Prevent these directories from mounting so they're not shared between host OS and Docker - /app/node_modules/ - - /app/tmp/ + # Mount a tmp directory that will persist between runs + - web-tmp:/app/tmp # Mount a storage directory that will persist between runs - web-storage:/app/storage ports: @@ -31,5 +32,6 @@ services: - db-data:/var/lib/postgresql/data volumes: + web-tmp: web-storage: db-data: