vault backup: 2025-01-18 15:25:04
This commit is contained in:
parent
dec627c188
commit
64b97c3d37
3 changed files with 14 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
---
|
||||
title: bluesky-pds
|
||||
draft: false
|
||||
date: 2025-01-18
|
||||
---
|
||||
|
||||
```yaml title="docker-compose.yml"
|
||||
# Traefik Proxy
|
||||
services:
|
||||
|
|
Loading…
Reference in a new issue