My GitHub Mirror of docker_deployment_notes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Tai 660dc0c69e Update README.md 5 years ago
initial ubuntu setup Update README.md 5 years ago
rocketchat updated readmes to include contents of files referenced 5 years ago
seafile webDaV update for seafile 5 years ago
shinobi Updated FTP fix for ReoLink Cameras in ShinobiCCTV 5 years ago
wordpress updated readmes to include contents of files referenced 5 years ago
zoneminder fixed docker-compose.yml for zoneminder 5 years ago
.gitattributes Initial commit 6 years ago
README.md Revamped initial ubuntu setup entirely so it flows from A to Z 5 years ago

README.md

Order of Deployment

Most commonly used commands

docker exec -w /etc/caddy caddy caddy reload

Use this command everytime you make changes to Caddyfile.

docker exec -t -i CONTAINERNAME /bin/bash

Command to enter a container's shell

Commonly added to docker-compose.yml files


### Commonly Added
services:
  exampleapp:
    container_name: NameForCaddyRevProxy
    restart: unless-stopped

### The Caddy Network
networks:
  default:
    external:
      name: caddy_net

To prevent automatic HTTPS on Caddy 2

Append http:// to your CaddyFile Entries. Example Below.

http://subdomain.yourdomain.com {
    reverse_proxy 192.168.16.5
}

Application Specific Deployments

Seafile

https://github.com/StarWhiz/docker_deployment_notes/tree/master/seafile

Wordpress

https://github.com/StarWhiz/docker_deployment_notes/tree/master/wordpress

Rocket.chat

https://github.com/StarWhiz/docker_deployment_notes/tree/master/rocketchat

Zoneminder

https://github.com/StarWhiz/docker_deployment_notes/tree/master/zoneminder

ShinobiCCTV

https://github.com/StarWhiz/docker_deployment_notes/tree/master/shinobi