|
|
|
@ -1,7 +1,9 @@ |
|
|
|
### Original Guides. Set up Caddy First. |
|
|
|
# Order of Deployment |
|
|
|
https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/caddy_v2 |
|
|
|
* Start Here: https://github.com/StarWhiz/docker_deployment_notes/tree/master/iniital%20ubuntu%20server%20setup |
|
|
|
|
|
|
|
* Follow DoTheEvo's Caddy v2 Guide: https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/caddy_v2 |
|
|
|
Credits to DoTheEvo. For without his tutorials I would have not gotten here. To get started follow his caddy_v2 tutorial. |
|
|
|
* Finally |
|
|
|
|
|
|
|
* Follow application specific guides on DoTheEvo's Github: https://github.com/DoTheEvo/selfhosted-apps-docker/ |
|
|
|
|
|
|
|
* Or follow my two application specific guides (Seafile and Wordpress for now) |
|
|
|
|
|
|
|
|
|
|
|
### Docker and docker-compose required. |
|
|
|
### Docker and docker-compose required. |
|
|
|
To do install them follow Step 1 to Step 2 for both links below. |
|
|
|
To do install them follow Step 1 to Step 2 for both links below. |
|
|
|
@ -20,8 +22,8 @@ docker exec -t -i CONTAINERNAME /bin/bash |
|
|
|
``` |
|
|
|
``` |
|
|
|
Command to enter a container's shell |
|
|
|
Command to enter a container's shell |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#### Seafile |
|
|
|
#### Seafile |
|
|
|
|
|
|
|
|
|
|
|
https://github.com/StarWhiz/docker_deployment_notes/tree/master/seafile |
|
|
|
https://github.com/StarWhiz/docker_deployment_notes/tree/master/seafile |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#### Wordpress |
|
|
|
|
|
|
|
https://github.com/StarWhiz/docker_deployment_notes/tree/master/wordpress |
|
|
|
|