Merge "Style Account pages"
[laas.git] / docker-compose.yml
index 19e9afd..f9cf0bb 100644 (file)
@@ -1,6 +1,7 @@
 ---
 ##############################################################################
 # Copyright (c) 2016 Max Breitenfeldt and others.
+# Copyright (c) 2018 Parker Berberian, Sawyer Bergeron, and others.
 #
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Apache License, Version 2.0
@@ -32,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: