This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| dokku_gitlab [2018/11/04 16:48] – [Configuration] admin | dokku_gitlab [2018/11/04 19:18] (current) – [Port mapping] admin | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| https:// | https:// | ||
| + | |||
| + | ===== Todo ===== | ||
| + | |||
| + | * Dynamic Database | ||
| + | * How to set environment vars via Repository and read it in config see https:// | ||
| ===== Add ssh key ===== | ===== Add ssh key ===== | ||
| Line 60: | Line 65: | ||
| dokku proxy: | dokku proxy: | ||
| </ | </ | ||
| + | |||
| + | |||
| + | ==== Run command on dokku server within Gitlab ==== | ||
| + | |||
| + | <code bash> | ||
| + | ssh -t dokku@$DOKKU_SERVER -- --force apps: | ||
| + | </ | ||
| + | |||
| ==== Import Database (mariadb) ==== | ==== Import Database (mariadb) ==== | ||