This repository has been archived on 2020-09-29. You can view files and clone it, but cannot push or open issues or pull requests.
traefik.autonomic.zone/Makefile
2020-04-25 12:30:42 +02:00

7 lines
93 B
Makefile

default: deploy
deploy:
@docker stack deploy -c docker-compose.yml traefik
.PHONY: deploy