Allow labs to retirieve and update some host information in the api
[pharos-tools.git] / dashboard / docker-compose.yml
index 2f96343..f9cf0bb 100644 (file)
@@ -33,14 +33,14 @@ services:
             - postgres
         env_file: config.env
         volumes:
-            - pharos-static:/pharos_dashboard/static/
-            - pharos-media:/pharos_dashboard/media/
+            - pharos-static:/static
+            - pharos-media:/media
         expose:
             - "8000"
 
     postgres:
         restart: always
-        image: postgres:latest
+        image: postgres:10
         container_name: ps01
         env_file: config.env
         volumes: