Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
TeDomum
Documentation
Commits
1afee550
Commit
1afee550
authored
Apr 10, 2020
by
kaiyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use subdomains for project pandore
parent
1342651d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
users/pandore/docker-compose.yml
users/pandore/docker-compose.yml
+5
-5
No files found.
users/pandore/docker-compose.yml
View file @
1afee550
...
...
@@ -5,7 +5,7 @@ services:
image
:
nginx:latest
labels
:
-
traefik.enable=true
-
traefik.frontend.rule=Host:${hostname};PathPrefix:/.well-known/matrix/
-
traefik.frontend.rule=Host:
matrix.
${hostname};PathPrefix:/.well-known/matrix/
-
traefik.port=80
volumes
:
-
./wellknown:/usr/share/nginx/html:ro
...
...
@@ -15,13 +15,13 @@ services:
labels
:
-
traefik.enable=true
-
traefik.port=8008
-
traefik.frontend.rule=Host:${hostname}
-
traefik.frontend.rule=Host:
matrix.
${hostname}
-
traefik.frontend.headers.STSSeconds=315360000
-
traefik.frontend.headers.frameDeny=true
-
traefik.frontend.headers.browserXSSFilter=true
-
traefik.frontend.headers.customResponseHeaders=Server:www||X-Powered-By:www
-
traefik.frontend.redirect.regex=https?://${hostname}/$$
-
traefik.frontend.redirect.replacement=https://
${
riot
_
hostname}
-
traefik.frontend.redirect.regex=https?://
matrix.
${hostname}/$$
-
traefik.frontend.redirect.replacement=https://riot
.${
hostname}
volumes
:
-
./data:/data
depends_on
:
...
...
@@ -32,7 +32,7 @@ services:
labels
:
-
traefik.enable=true
-
traefik.port=80
-
traefik.frontend.rule=Host:
${
riot
_
hostname}
-
traefik.frontend.rule=Host:riot
.${
hostname}
-
traefik.frontend.headers.STSSeconds=315360000
-
traefik.frontend.headers.browserXSSFilter=true
-
traefik.frontend.headers.customResponseHeaders=Server:www||X-Powered-By:www
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment