Browse Source

add missing mount point for grocery site and update submodule

Pi 4 months ago
parent
commit
0d8c527fbd
2 changed files with 2 additions and 1 deletions
  1. 1 0
      docker-compose.yml
  2. 1 1
      grocery-transactions

+ 1 - 0
docker-compose.yml

@@ -47,6 +47,7 @@ services:
     hostname: grocery-pyapi
     hostname: grocery-pyapi
     volumes:
     volumes:
       - ./grocery-transactions/sqlpage:/var/www/
       - ./grocery-transactions/sqlpage:/var/www/
+      - ./grocery-transactions/sqlpage/sqlpage/migrations:/etc/sqlpage/migrations
       - ./sqlpage.json:/etc/sqlpage/sqlpage.json
       - ./sqlpage.json:/etc/sqlpage/sqlpage.json
     expose:
     expose:
       - 6772
       - 6772

+ 1 - 1
grocery-transactions

@@ -1 +1 @@
-Subproject commit f1af5756447d60c4a53efac496e18f6fadb69231
+Subproject commit 38c27f9ff91537b79c81918d37756cd536754a68