diff options
author | 2019-04-16 17:58:29 +0200 | |
---|---|---|
committer | 2019-04-16 17:58:29 +0200 | |
commit | 1583b86a6215c879a667f304512d4708c77e9f82 (patch) | |
tree | 6e7c87375b3ce291267667be453eaedaab5ccb39 /docker | |
parent | merging in changes from the main branch (diff) |
makemigrations pipeline created, RepoData model created, and a really naive implementation of the API stuff which makes 6 requests and takes forever to load. I've found a better approach so I'm gonna switch to that next.
Diffstat (limited to 'docker')
-rw-r--r-- | docker/pysite.dockerapp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/pysite.dockerapp b/docker/pysite.dockerapp index dc472b2e..2426008e 100644 --- a/docker/pysite.dockerapp +++ b/docker/pysite.dockerapp @@ -25,6 +25,8 @@ services: postgres: image: postgres:11-alpine + ports: + - "127.0.0.1:5432:5432" environment: POSTGRES_DB: "${pg_db}" POSTGRES_USER: "${pg_user}" |