From a18aec02d627e897a97db126a76c92f3e8d6e56a Mon Sep 17 00:00:00 2001 From: Trey t Date: Mon, 17 Jul 2023 11:44:36 -0500 Subject: [PATCH] WIP --- dokku_notes | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dokku_notes b/dokku_notes index 659a5b3..26364f3 100644 --- a/dokku_notes +++ b/dokku_notes @@ -28,7 +28,8 @@ sudo dokku config:set --no-restart werkout SECRET_KEY=wz%C*@^$QLaFDc$u*wKZK9bV3C sudo dokku config:set --no-restart werkout IS_DEV=True #push code -# add werkoutDev and werkout to /etc/hosts +# add werkoutDev and werkout to ~/.ssh/config +# cat ~/.ssh/config ''' Host brodkast HostName 45.33.120.174 @@ -80,3 +81,7 @@ docker system prune -a dokku nginx:set werkout client-max-body-size 100m dokku storage:mount werkout /var/lib/dokku/data/storage/werkout:/code/media/videos +---------------------------------------- +dokku postgres:info your-database-db +postgres://postgres:bf8f1cb443c35cd1ae0a58617ef348cd@dokku-postgres-your-database-db:5432/your_database_db +[database type]://[username]:[password]@[host]:[port]/[database name]