mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 10:56:23 +00:00
Starting switch to dockhand
This commit is contained in:
+9
-1
@@ -39,4 +39,12 @@ This is how I got it working on ansible (roughly):
|
||||
DOCKHAND_SERVER_URL: "{{ dockhand_url }}"
|
||||
TOKEN: "{{ hawser_token }}"
|
||||
AGENT_NAME: "{{ hawser_agent_name }}"
|
||||
```
|
||||
```
|
||||
|
||||
## NTFY Notifications
|
||||
|
||||
With authentication can be tricky, do it like this, where TOKEN is your token from NTFY:
|
||||
```
|
||||
ntfys://TOKEN@ntfy.nickyeoman.com/dockhand
|
||||
```
|
||||
ntfy:// can be used for unsecure.
|
||||
|
||||
Reference in New Issue
Block a user