Skip to content

Commit

Permalink
added synology docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
SimpleHomelab committed Jul 14, 2020
1 parent 5d4b2ac commit 5d85280
Show file tree
Hide file tree
Showing 8 changed files with 711 additions and 136 deletions.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ JDOWNLOADER_PORT=
PUID=
PGID=
TZ=America/New_York
USERDIR=
USERDIR=/home/username
DOCKERDIR=/home/username/docker
SERVER_IP=
PIHOLE_IP=
LOCAL_NETWORK=
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
!docker-compose-t2.yml
!docker-compose-t2-vpn.yml
!docker-compose-t2-obsolete.yml
!docker-compose-synology-t2.yml
!.env.example
!README.md
!CHANGELOG.md
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
- traefik custom error pages https://github.com/guillaumebriday/traefik-custom-error-pages
- improvements from https://github.com/jamescurtin/traefik-proxy

## July 14, 2020

- Added Synology Docker Compose for Traefik 2
- Introduced new environmental variable $DOCKERDIR for simplicity

## June 25, 2020

- Updated Authelia volumes to reflect the current structure
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ This is the updated docker-compose repo of all the media and home server apps de

- Docker Media Server with Traefik 2 Reverse Proxy: [https://www.smarthomebeginner.com/traefik-2-docker-tutorial/](https://www.smarthomebeginner.com/traefik-2-docker-tutorial/)
- Cloudflare Settings for Traefik Docker: DDNS, CNAMEs, & Tweaks: [https://www.smarthomebeginner.com/cloudflare-settings-for-traefik-docker/](https://www.smarthomebeginner.com/cloudflare-settings-for-traefik-docker/)
- Synology Docker Media Server with Traefik, Docker Compose, and Cloudflare: [https://www.smarthomebeginner.com/synology-docker-media-server/](https://www.smarthomebeginner.com/synology-docker-media-server/)

### Old Posts:

Expand All @@ -17,12 +18,17 @@ The following 3 posts have been combined and updated for Traefik v2 (linked abov

<strong>Update (April 19, 2020):</strong> I have switched from Traefik v1 to Traefik v2, which is now my default. Therefore, the setup for Traefik v1 will only receive minor updates (if any). If you are new, follow instructions for Traefik v2.

### Traefik 2 (CURRENT)
### Traefik 2 (CURRENT - GENERIC LINUX)

- docker-compose-t2.yml
- docker-compose-t2-vpn.yml
- docker-compose-t2-obsolete.yml (Apps that I do not use anymore)

### Traefik 2 (CURRENT - SYNOLOGY)

- docker-compose-synology-t2.yml (Apps that I run on Synology NAS using Docker Compose)
- Almost any app from the Traefik v2 docker-compose files listed above can be copy-pasted to the Synology Docker-Compose. I run a few on Synology and the rest on my Intel NUC Linux home server.

### Traefik 1 (NOT ACTIVELY MAINTAINED)

- docker-compose-t1.yml
Expand Down
Loading

0 comments on commit 5d85280

Please sign in to comment.