1
0
Fork 0
pod-thelounge/README.md
2022-02-23 17:25:57 +01:00

548 B

pod-thelounge

Deploy

Dokku

dokku apps:create thelounge

dokku config:set --no-restart thelounge TZ=Europe/Rome
dokku config:set --no-restart thelounge DOKKU_LETSENCRYPT_EMAIL=example@example.org

mkdir /var/lib/dokku/data/storage/thelounge
dokku storage:mount thelounge /var/lib/dokku/data/storage/thelounge:/var/opt/thelounge

git push dokku main:main

dokku proxy:ports-add thelounge http:80:9000
dokku proxy:ports-remove thelounge http:9000:9000

dokku letsencrypt:enable thelounge
dokku letsencrypt:cron-job --add thelounge