User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
services:endurain [2025/05/21 09:42] – [Installation] willyservices:endurain [2025/11/05 17:39] (current) willy
Line 34: Line 34:
       - BEHIND_PROXY=true       - BEHIND_PROXY=true
     volumes:     volumes:
-      - /data/endurain/backend/user_images:/app/backend/user_images # necessary for user image persistence on container image updates 
-      - /data/endurain/backend/files/bulk_import:/app/backend/files/bulk_import # necessary to enable bulk import of activities. Place here your activities files 
-      - /data/endurain/backend/files/processed:/app/backend/files/processed # necessary for processed original files persistence on container image updates 
       - /var/log/endurain:/app/backend/logs # log files for the backend       - /var/log/endurain:/app/backend/logs # log files for the backend
 +      - /data/endurain/data:/app/backend/data # necessary for activity files, user images and server images persistence on container image updates
     ports:     ports:
       - "5123:8080"       - "5123:8080"
Line 46: Line 44:
      
   postgres:   postgres:
-    image: postgres:latest+    image: docker.io/postgres:17.5
     container_name: postgres     container_name: postgres
     environment:     environment: