WIP
This commit is contained in:
@@ -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
|
sudo dokku config:set --no-restart werkout IS_DEV=True
|
||||||
|
|
||||||
#push code
|
#push code
|
||||||
# add werkoutDev and werkout to /etc/hosts
|
# add werkoutDev and werkout to ~/.ssh/config
|
||||||
|
# cat ~/.ssh/config
|
||||||
'''
|
'''
|
||||||
Host brodkast
|
Host brodkast
|
||||||
HostName 45.33.120.174
|
HostName 45.33.120.174
|
||||||
@@ -80,3 +81,7 @@ docker system prune -a
|
|||||||
dokku nginx:set werkout client-max-body-size 100m
|
dokku nginx:set werkout client-max-body-size 100m
|
||||||
|
|
||||||
dokku storage:mount werkout /var/lib/dokku/data/storage/werkout:/code/media/videos
|
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]
|
||||||
|
|||||||
Reference in New Issue
Block a user