mirror of
https://github.com/versia-pub/activitypub.git
synced 2025-12-06 06:38:20 +01:00
10 lines
256 B
YAML
10 lines
256 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/versia-pub/activitypub:main
|