activitypub/docker-compose.yml
2024-05-06 09:01:21 -10:00

10 lines
258 B
YAML

services:
activitypub:
environment:
- RUST_LOG=debug
- DATABASE_URL=postgresql://postgres:postgres@host.docker.internal:5432/database
- LISTEN=0.0.0.0:8080
ports:
- 8080:8080
image: ghcr.io/lysand-org/activitypub:latest