diff --git a/docker/bluesky-pds.md b/docker/bluesky-pds.md index 4382123..b763d2f 100644 --- a/docker/bluesky-pds.md +++ b/docker/bluesky-pds.md @@ -65,6 +65,13 @@ By default, the image uses 1000:1000 as the UID:GID for the user. This can be ch The compose element `hostname` must be the same value as `PDS_HOSTNAME`. ![[traefik]] + +Optionally, you can use the [[middleware|BlueskyHeaders]] middleware to set headers. + +--- + +I do not run this, but it should be possible. + ![[standalone]] ### Running Commands diff --git a/docker/bluesky-pds/standalone.md b/docker/bluesky-pds/standalone.md index 19e7e0d..8dea328 100644 --- a/docker/bluesky-pds/standalone.md +++ b/docker/bluesky-pds/standalone.md @@ -1,4 +1,4 @@ -I do not run this, but it should be possible. + ```yaml title="docker-compose.yml" # Standalone, you'll need to add a proxy in front of this with SSL. diff --git a/docker/bluesky-pds/traefik.md b/docker/bluesky-pds/traefik.md index a901437..a7efd2d 100644 --- a/docker/bluesky-pds/traefik.md +++ b/docker/bluesky-pds/traefik.md @@ -1,3 +1,9 @@ +--- +title: bluesky-pds +draft: false +date: 2025-01-18 +--- + ```yaml title="docker-compose.yml" # Traefik Proxy services: