Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Iseard
Wordpress Docker
Commits
72487741
Commit
72487741
authored
Feb 17, 2020
by
Michael Iseard
Browse files
Add ADMINER_HOST env var
parent
6be6d27b
Changes
2
Hide whitespace changes
Inline
Side-by-side
.env.example
View file @
72487741
# general
HOST=subdomain.domain.com
HOST=sub.domain.com
ADMINER_HOST=adminer.domain.com
CONTAINER_PREFIX=myproject
# wordpress - wordpress:php7.3-fpm
...
...
docker-compose.yml
View file @
72487741
...
...
@@ -15,7 +15,7 @@ services:
labels
:
-
traefik.enable=true
-
traefik.docker.network=web
-
traefik.http.routers.adminer.rule=Host(`
adminer.iseard.media
`)
-
traefik.http.routers.adminer.rule=Host(`
${ADMINER_HOST}
`)
-
traefik.http.routers.adminer.tls.certresolver=cloudflare
-
traefik.http.routers.adminer.entrypoints=websecure
...
...
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