mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-01-22 07:03:21 +01:00
Created missing docker include
This commit is contained in:
parent
5648d3d32a
commit
df5b63fbc5
@ -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",
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user