version: '3' services: app: build: . container_name: bun-activitypub command: bun run --watch /app/src/index.ts environment: - ACCOUNT=death.au - REAL_NAME=Gordon Pedersen - HOSTNAME=death.id.au - TOKEN_ENDPOINT=https://deathau-cellar-door.glitch.me/token - WEB_SITE_HOSTNAME=www.death.id.au - DATA_PATH=/data ports: - 3000:3000 volumes: - .:/app - ./_data:/data