Something went wrong. Try again.
A barebones implementation of an atproto PDS in PHP and Slim Framework 4.
pds php atproto
Something went wrong. Try again.
123456789101112131415161718192021version: '3.7'
volumes: logs: driver: local
services: slim: build: context: . dockerfile: Dockerfile image: phpds:local environment: APP_ENV: production PORT: 8080 docker: "true" ports: - "8080:8080" volumes: - logs:/var/www/logs