This commit is contained in:
Trey t
2023-07-17 11:44:36 -05:00
parent 88fad692cb
commit a18aec02d6

View File

@@ -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]