https://github.com/firstandthird/docker-autodeploy
Auto deploy a container from a hook
https://github.com/firstandthird/docker-autodeploy
Last synced: 22 days ago
JSON representation
Auto deploy a container from a hook
- Host: GitHub
- URL: https://github.com/firstandthird/docker-autodeploy
- Owner: firstandthird
- Created: 2017-03-30T21:00:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-11T08:01:16.000Z (over 7 years ago)
- Last Synced: 2025-12-12T21:35:38.877Z (6 months ago)
- Language: JavaScript
- Size: 221 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-autodeploy
Auto deploy a container from a hook
## Usage
### With Traefik
```
docker service create \
--name autodeploy \
--constraint=node.role==manager \
--mount type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock \
--mount type=bind,source=/.docker,target=/.docker \
--network traefik-net \
--env SLACK_HOOK=http://... \
--env SECRET= \
--label traefik.port=8080 \
--label traefik.docker.network=traefik-net \
firstandthird/docker-autodeploy:3.4.0"
```