activitypub/docker-compose.yml
aprilthepink 14322c961f feat: Update API domain variable name
The commit updates the variable name for the API domain from `FEDERATED_DOMAIN` to `API_DOMAIN` in the `src/main.rs` file. This change improves clarity and consistency in the codebase.
2024-05-17 11:30:10 +02:00

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/lysand-org/activitypub:main