forked from laradock/laradock
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
39 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -762,6 +762,11 @@ MAILU_WEBDAV=radicale | |
|
||
TRAEFIK_HOST_HTTP_PORT=80 | ||
TRAEFIK_HOST_HTTPS_PORT=443 | ||
TRAEFIK_DASHBOARD_PORT=8888 | ||
# basic authentication for traefik dashboard username: admin password:admin | ||
TRAEFIK_DASHBOARD_USER=admin:$2y$10$lXaL3lj6raFic6rFqr2.lOBoCudAIhB6zyoqObNg290UFppiUzTTi | ||
ACME_DOMAIN=example.org | ||
[email protected] | ||
|
||
|
||
### MOSQUITTO ################################################# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
FROM traefik:1.7.5-alpine | ||
FROM traefik:v2.2 | ||
|
||
LABEL maintainer="Luis Coutinho <[email protected]>" | ||
|
||
COPY traefik.toml acme.json / | ||
WORKDIR /data | ||
|
||
RUN chmod 600 /acme.json | ||
RUN touch acme.json | ||
|
||
RUN chmod 600 acme.json | ||
|
||
VOLUME /data |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
* | ||
!.gitignore |
This file was deleted.
Oops, something went wrong.