Browse Source

Merge branch 'development'

pearlgw 1 month ago
parent
commit
ab80ee0ae7
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docker-compose.yml

+ 3 - 0
docker-compose.yml

@@ -24,9 +24,12 @@ services:
24 24
       - "3200:3200"
25 25
     env_file:
26 26
       - .env
27
+    volumes:
28
+      - img-storage:/app/storage/img
27 29
     depends_on:
28 30
       db:
29 31
         condition: service_healthy
30 32
 
31 33
 volumes:
32 34
   postgres-data:
35
+  img-storage: