mirror of
https://github.com/d0zingcat/ghost-docker.git
synced 2026-05-13 23:16:44 +00:00
Caddy: Add option to have a separate Admin domain
- Our setup docs recommend having Ghost Admin on a separate domain from the content domain - This lets users optionally set this up if they want whilst continuing to align Admin <-> content domain through templates
This commit is contained in:
@@ -8,6 +8,11 @@ GHOST_VERSION=5-alpine
|
||||
# Public domain Ghost is going to run on
|
||||
DOMAIN=example.com
|
||||
|
||||
# If you have Ghost Admin setup on a separate domain
|
||||
# uncomment the below along with the corresponding block
|
||||
# in your Caddyfile
|
||||
# ADMIN_DOMAIN=
|
||||
|
||||
# Database settings
|
||||
DATABASE_ROOT_PASSWORD=reallysecurerootpassword
|
||||
DATABASE_USER=optionalusername
|
||||
|
||||
Reference in New Issue
Block a user