bluesky-pds-docker/README.md
2024-12-02 20:35:55 -05:00

685 B

bluesky-pds-docker

It is required to set the hostname of the container to your FQDN or use host networking on a server whose hostname is the FQDN.

Deployment

git clone https://forgejo.gravityfargo.dev/gravityfargo/bluesky-pds-docker.git && cd bluesky-pds-docker

make create-config
make generate-secrets
# edit the config/pds.env file to set the FQDN

docker pull forgejo.gravityfargo.dev/gravityfargo/bluesky-pds:0.4.74
docker-compose up -d

Example Docker Compose

services:
  bluesky-pds:
    container_name: bluesky-pds
    hostname: sheltersky.social
    image: bluesky-pds:0.4.74
    ports:
      - 3000:3000
    volumes:
      - ./config:/pds