Dokemon

Deploy compose files, start/stop containers, delete unused images, view logs.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3"
 
services:
  watchtower:
    image: containrrr/watchtower
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
    restart: unless-stopped

Resources

Website: https://dokemon.dev/

GitHub: https://github.com/productiveops/dokemon

Docker Hub: https://hub.docker.com/r/productiveops/dokemon

Configuration: https://github.com/productiveops/dokemon#quickstart