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`.
|
The compose element `hostname` must be the same value as `PDS_HOSTNAME`.
|
||||||
|
|
||||||
![[traefik]]
|
![[traefik]]
|
||||||
|
|
||||||
|
Optionally, you can use the [[middleware|BlueskyHeaders]] middleware to set headers.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
I do not run this, but it should be possible.
|
||||||
|
|
||||||
![[standalone]]
|
![[standalone]]
|
||||||
|
|
||||||
### Running Commands
|
### Running Commands
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
I do not run this, but it should be possible.
|
|
||||||
|
|
||||||
```yaml title="docker-compose.yml"
|
```yaml title="docker-compose.yml"
|
||||||
# Standalone, you'll need to add a proxy in front of this with SSL.
|
# 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"
|
```yaml title="docker-compose.yml"
|
||||||
# Traefik Proxy
|
# Traefik Proxy
|
||||||
services:
|
services:
|
||||||
|
|
Loading…
Reference in a new issue