Marketplace

Docker

Other

Docker / Compose deploy driver.

togo-framework
bash
togo install togo-framework/deploy-docker

Install

bash
togo install togo-framework/deploy        # the base
togo install togo-framework/deploy-docker

Docker deploy driver — builds the app image, optionally pushes to a registry, and runs it on the target host over SSH (or locally).

Configure in togo.yaml:

yaml
deploy:
  provider: docker
  host: 1.2.3.4
  user: root
  domain: app.example.com

<div align="center"><h3>Premium sponsors</h3><p><a href="https://id8media.com"><strong>ID8 Media</strong></a> · <a href="https://one-studio.co"><strong>One Studio</strong></a></p><p><sub><a href="https://github.com/sponsors/fadymondy">Become a sponsor</a>.</sub></p></div>