services:
atproto-static-web:
image: git.average.name/averagehelper/atproto-static-web:latest
# If building from source, comment the above `image:` line and uncomment the below:
# build:
# context: .
# target: final
container_name: atproto-static-web
restart: unless-stopped
security_opt:
- "no-new-privileges:true"
environment:
HOST: example.com
PDS_URL: https://public.api.bsky.app/
ports:
- 8080:8080