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:
@@ -9,6 +9,7 @@ services:
|
||||
- "443:443"
|
||||
environment:
|
||||
DOMAIN: ${DOMAIN:?DOMAIN environment variable is required}
|
||||
ADMIN_DOMAIN: ${ADMIN_DOMAIN:-}
|
||||
ACTIVITYPUB_TARGET: ${ACTIVITYPUB_TARGET:-https://ap.ghost.org}
|
||||
volumes:
|
||||
- ./caddy:/etc/caddy
|
||||
|
||||
Reference in New Issue
Block a user