Created missing docker include

This commit is contained in:
Kevin Veen-Birkenbach 2025-01-17 19:33:28 +01:00
parent 5648d3d32a
commit df5b63fbc5
2 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,7 @@ openssl rand -base64 32
## create user
```bash
curl -X POST https://your-pds-domain/xrpc/com.atproto.server.createAccount \
--user "admin:$admin-password"
-H "Content-Type: application/json" \
-d '{
"email": "user@example.com",

View File

@ -1,4 +1,7 @@
---
- name: "include docker/compose/common.yml"
include_tasks: docker/compose/common.yml
- name: "Include tasks for API domain"
include_tasks: nginx-docker-proxy-domain.yml
vars: