aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yaml
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-07-21 05:36:02 +0000
committerterminaldweller <thabogre@gmail.com>2022-07-21 05:36:02 +0000
commit85db7c5287ae58efc108263f7a40bdbd02de1a82 (patch)
tree8292d90db8999dabc2e3872ea75547cb7fcf0c2d /docker-compose.yaml
parentchanged the max doc size to 40K characters.255 was not enough... (diff)
downloadmdrtl-85db7c5287ae58efc108263f7a40bdbd02de1a82.tar.gz
mdrtl-85db7c5287ae58efc108263f7a40bdbd02de1a82.zip
added docs for the db using schemaspy
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
index d17e75a..1a73096 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -22,7 +22,8 @@ services:
volumes:
- db-data:/var/lib/postgresql/14/
ports:
- - "127.0.0.1:5432:5432"
+ # - "127.0.0.1:5432:5432"
+ - "0.0.0.0:5432:5432"
environment:
- POSTGRES_PASSWORD_FILE=/run/secrets/pg_pass_secret
- POSTGRES_USER_FILE=/run/secrets/pg_user_secret