2025-01-09 18:40:41 +01:00
2025-01-09 08:54:14 +01:00
2025-01-09 08:54:14 +01:00
2025-01-09 15:33:34 +01:00
2025-01-09 18:14:54 +01:00
2025-01-09 08:54:14 +01:00
2025-01-09 14:25:09 +01:00
2025-01-09 18:14:54 +01:00
2025-01-09 14:25:09 +01:00

Dirigent

Setup

docker-compose


services:
  app:
    image: ghcr.io/derdavidbohl/dirigent-spring:latest
    container_name: dirigent-app
    restart: unless-stopped
    environment:
      - DIRIGENT_DEPLOYMENTS_GIT_URL=<Your Deployments Repo>
      - DIRIGENT_GIT_AUTHTOKEN=<Your Auth token with Access to your repos (only if needed)>
    ports:
      - 8080:8080
    volumes:
      - /path/to/config:/app/config
      - /path/to/deployments:/app/deployments
      - /var/run/docker.sock:/var/run/docker.sock

Description
Git-powered Docker Compose deployment orchestration made simple.
Readme MIT 3.4 MiB
Latest
2026-01-03 23:27:29 -06:00
Languages
Java 66.6%
TypeScript 20.9%
HTML 10.5%
Dockerfile 1.7%
CSS 0.3%