Initial commit

This commit is contained in:
Jamie Curnow
2017-12-21 09:02:37 +10:00
parent dc830df253
commit 6e7435c35d
140 changed files with 19554 additions and 0 deletions

14
docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
version: "2"
services:
app:
image: jc21/nginx-proxy-manager
ports:
- 80:80
- 81:81
- 443:443
environment:
- NODE_ENV=development
volumes:
- ./config:/config
- ./letsencrypt:/etc/letsencrypt
- ./manager:/srv/manager