mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
1255 lines
35 KiB
JSON
1255 lines
35 KiB
JSON
{
|
|
"version": "3",
|
|
"templates": [
|
|
{
|
|
"type": "docker-compose",
|
|
"title": "wallabag",
|
|
"name": "wallabag",
|
|
"note": "Auto-generated template from repository",
|
|
"categories": [
|
|
"Auto"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://i.4lt.ca/cookbook/default.png",
|
|
"description": "Docker Hub: https://hub.docker.com/r/wallabag/wallabag Project: Docker Compose Example: https://github.com/wallabag/docker Proxy Port: 80",
|
|
"image": "wallabag/wallabag:latest",
|
|
"stackfile": "https://raw.githubusercontent.com/nickyeoman/docker-compose-cookbooks/master/wallabag/docker-compose.yml",
|
|
"env": [
|
|
{
|
|
"name": "WALLABAG_TZ",
|
|
"label": "WALLABAG_TZ",
|
|
"default": "America/Vancouver"
|
|
},
|
|
{
|
|
"name": "WALLABAG_IMAGE",
|
|
"label": "WALLABAG_IMAGE",
|
|
"default": "wallabag/wallabag:latest"
|
|
},
|
|
{
|
|
"name": "WALLABAG_DB_DRIVER",
|
|
"label": "WALLABAG_DB_DRIVER",
|
|
"default": "pdo_mysql"
|
|
},
|
|
{
|
|
"name": "WALLABAG_DB_HOST",
|
|
"label": "WALLABAG_DB_HOST",
|
|
"default": "wallabag-db"
|
|
},
|
|
{
|
|
"name": "WALLABAG_DB_PORT",
|
|
"label": "WALLABAG_DB_PORT",
|
|
"default": "3306"
|
|
},
|
|
{
|
|
"name": "WALLABAG_DB_NAME",
|
|
"label": "WALLABAG_DB_NAME",
|
|
"default": "wallabag"
|
|
},
|
|
{
|
|
"name": "WALLABAG_DB_USER",
|
|
"label": "WALLABAG_DB_USER",
|
|
"default": "wallabag"
|
|
},
|
|
{
|
|
"name": "WALLABAG_DB_PASS",
|
|
"label": "WALLABAG_DB_PASS",
|
|
"default": "wallapass"
|
|
},
|
|
{
|
|
"name": "WALLABAG_DB_CHARSET",
|
|
"label": "WALLABAG_DB_CHARSET",
|
|
"default": "utf8mb4"
|
|
},
|
|
{
|
|
"name": "WALLABAG_DB_PREFIX",
|
|
"label": "WALLABAG_DB_PREFIX",
|
|
"default": "wallabag_"
|
|
},
|
|
{
|
|
"name": "WALLABAG_MAILER_DSN",
|
|
"label": "WALLABAG_MAILER_DSN",
|
|
"default": "smtp://127.0.0.1"
|
|
},
|
|
{
|
|
"name": "WALLABAG_FROM_WEMAIL",
|
|
"label": "WALLABAG_FROM_WEMAIL",
|
|
"default": "wallabag@example.com"
|
|
},
|
|
{
|
|
"name": "WALLABAG_DOMAIN",
|
|
"label": "WALLABAG_DOMAIN",
|
|
"default": "https://your-wallabag-instance.wallabag.org"
|
|
},
|
|
{
|
|
"name": "WALLABAG_SERVER",
|
|
"label": "WALLABAG_SERVER",
|
|
"default": "Your wallabag instance"
|
|
}
|
|
],
|
|
"volumes": [
|
|
{
|
|
"container": "/var/www/wallabag/web/assets/images",
|
|
"bind": "wallabag-var-www-wallabag-web-assets-images"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "docker-compose",
|
|
"title": "thunderbird",
|
|
"name": "thunderbird",
|
|
"note": "Auto-generated template from repository",
|
|
"categories": [
|
|
"Auto"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://i.4lt.ca/cookbook/default.png",
|
|
"description": "Git Hub: https://github.com/jlesage/docker-thunderbird Proxy Port: 5800",
|
|
"image": "jlesage/thunderbird:latest",
|
|
"stackfile": "https://raw.githubusercontent.com/nickyeoman/docker-compose-cookbooks/master/thunderbird/docker-compose.yml",
|
|
"env": [
|
|
{
|
|
"name": "THUNDERBIRD_IMAGE",
|
|
"label": "THUNDERBIRD_IMAGE",
|
|
"default": "jlesage/thunderbird:latest"
|
|
},
|
|
{
|
|
"name": "THUNDERBIRD_WEB_AUTHENTICATION",
|
|
"label": "THUNDERBIRD_WEB_AUTHENTICATION",
|
|
"default": "1"
|
|
},
|
|
{
|
|
"name": "THUNDERBIRD_WEB_AUTHENTICATION_USERNAME",
|
|
"label": "THUNDERBIRD_WEB_AUTHENTICATION_USERNAME",
|
|
"default": "user"
|
|
},
|
|
{
|
|
"name": "THUNDERBIRD_WEB_AUTHENTICATION_PASSWORD",
|
|
"label": "THUNDERBIRD_WEB_AUTHENTICATION_PASSWORD",
|
|
"default": "password"
|
|
},
|
|
{
|
|
"name": "THUNDERBIRD_SECURE_CONNECTION",
|
|
"label": "THUNDERBIRD_SECURE_CONNECTION",
|
|
"default": "1"
|
|
}
|
|
],
|
|
"ports": [
|
|
"5800:5800"
|
|
],
|
|
"volumes": [
|
|
{
|
|
"container": "/config",
|
|
"bind": "thunderbird-config"
|
|
},
|
|
{
|
|
"container": "/export",
|
|
"bind": "thunderbird-export"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "docker-compose",
|
|
"title": "mariadb",
|
|
"name": "mariadb",
|
|
"note": "Auto-generated template from repository",
|
|
"categories": [
|
|
"Auto"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://i.4lt.ca/cookbook/default.png",
|
|
"description": "mariadb description to come",
|
|
"image": "mariadb:latest",
|
|
"stackfile": "https://raw.githubusercontent.com/nickyeoman/docker-compose-cookbooks/master/mariadb/docker-compose.yml",
|
|
"env": [
|
|
{
|
|
"name": "MARIADB_IMAGE",
|
|
"label": "MARIADB_IMAGE",
|
|
"default": "mariadb:latest"
|
|
},
|
|
{
|
|
"name": "MARIADB_MARIADB_DATABASE",
|
|
"label": "MARIADB_MARIADB_DATABASE",
|
|
"default": "mydb"
|
|
},
|
|
{
|
|
"name": "MARIADB_MARIADB_ROOT_PASSWORD",
|
|
"label": "MARIADB_MARIADB_ROOT_PASSWORD",
|
|
"default": "ChangeThisPassword0123456789ABCD"
|
|
},
|
|
{
|
|
"name": "MARIADB_MARIADB_PASSWORD",
|
|
"label": "MARIADB_MARIADB_PASSWORD",
|
|
"default": "AlsoChangeThisPassword0123456789"
|
|
},
|
|
{
|
|
"name": "MARIADB_MARIADB_USER",
|
|
"label": "MARIADB_MARIADB_USER",
|
|
"default": "dbuser"
|
|
}
|
|
],
|
|
"volumes": [
|
|
{
|
|
"container": "/var/lib/mysql",
|
|
"bind": "mariadb-var-lib-mysql"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "docker-compose",
|
|
"title": "dozzle",
|
|
"name": "dozzle",
|
|
"note": "Auto-generated template from repository",
|
|
"categories": [
|
|
"Auto"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://i.4lt.ca/cookbook/default.png",
|
|
"description": "dozzle description to come",
|
|
"image": "amir20/dozzle:latest",
|
|
"stackfile": "https://raw.githubusercontent.com/nickyeoman/docker-compose-cookbooks/master/dozzle/docker-compose.yml",
|
|
"env": [],
|
|
"ports": [
|
|
"8080:8080"
|
|
],
|
|
"volumes": [
|
|
{
|
|
"container": "/var/run/docker.sock",
|
|
"bind": "dozzle-var-run-docker-sock"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "docker-compose",
|
|
"title": "passbolt",
|
|
"name": "passbolt",
|
|
"note": "Auto-generated template from repository",
|
|
"categories": [
|
|
"Auto"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://i.4lt.ca/cookbook/default.png",
|
|
"description": "passbolt description to come",
|
|
"image": "mariadb:10.4.11",
|
|
"stackfile": "https://raw.githubusercontent.com/nickyeoman/docker-compose-cookbooks/master/passbolt/docker-compose.yml",
|
|
"env": [
|
|
{
|
|
"name": "PREFIX",
|
|
"label": "PREFIX",
|
|
"default": "p1"
|
|
},
|
|
{
|
|
"name": "DOMAIN_NAME",
|
|
"label": "DOMAIN_NAME",
|
|
"default": "passbolt.nickyeoman.com"
|
|
},
|
|
{
|
|
"name": "MYSQL_ROOT_PASSWORD",
|
|
"label": "MYSQL_ROOT_PASSWORD",
|
|
"default": "ChangeMe2ASecurepass!"
|
|
},
|
|
{
|
|
"name": "MYSQL_PASSWORD",
|
|
"label": "MYSQL_PASSWORD",
|
|
"default": "Again2ASecurepass!"
|
|
},
|
|
{
|
|
"name": "DB_V",
|
|
"label": "DB_V",
|
|
"default": "10.4.11"
|
|
},
|
|
{
|
|
"name": "PASSBOLT_V",
|
|
"label": "PASSBOLT_V",
|
|
"default": "2.12.0-debian"
|
|
},
|
|
{
|
|
"name": "NETWORK_NAME",
|
|
"label": "NETWORK_NAME",
|
|
"default": "traefik_web"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "docker-compose",
|
|
"title": "unami",
|
|
"name": "unami",
|
|
"note": "Auto-generated template from repository",
|
|
"categories": [
|
|
"Auto"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://i.4lt.ca/cookbook/default.png",
|
|
"description": "unami description to come",
|
|
"image": "ghcr.io/umami-software/umami:postgresql-latest",
|
|
"stackfile": "https://raw.githubusercontent.com/nickyeoman/docker-compose-cookbooks/master/unami/docker-compose.yml",
|
|
"env": [],
|
|
"ports": [
|
|
"3000:3000"
|
|
],
|
|
"volumes": [
|
|
{
|
|
"container": "/var/lib/postgresql/data",
|
|
"bind": "unami-var-lib-postgresql-data"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "docker-compose",
|
|
"title": "peertube",
|
|
"name": "peertube",
|
|
"note": "Auto-generated template from repository",
|
|
"categories": [
|
|
"Auto"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://i.4lt.ca/cookbook/default.png",
|
|
"description": "peertube description to come",
|
|
"image": "chocobozzz/peertube:production-bookworm",
|
|
"stackfile": "https://raw.githubusercontent.com/nickyeoman/docker-compose-cookbooks/master/peertube/docker-compose.yml",
|
|
"env": [],
|
|
"ports": [
|
|
"9000:9000"
|
|
],
|
|
"volumes": [
|
|
{
|
|
"container": "/data",
|
|
"bind": "peertube-data"
|
|
},
|
|
{
|
|
"container": "/config",
|
|
"bind": "peertube-config"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "docker-compose",
|
|
"title": "phpmyadmin",
|
|
"name": "phpmyadmin",
|
|
"note": "Auto-generated template from repository",
|
|
"categories": [
|
|
"Auto"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://i.4lt.ca/cookbook/default.png",
|
|
"description": "Docker Hub: https://hub.docker.com/r/phpmyadmin/phpmyadmin/tags Proxy Port: 80 Not for production, there is no password protection by default.",
|
|
"image": "phpmyadmin/phpmyadmin:latest",
|
|
"stackfile": "https://raw.githubusercontent.com/nickyeoman/docker-compose-cookbooks/master/phpmyadmin/docker-compose.yml",
|
|
"env": [
|
|
{
|
|
"name": "COOKBOOK",
|
|
"label": "COOKBOOK",
|
|
"default": "/docker-compose-cookbooks"
|
|
},
|
|
{
|
|
"name": "COMPOSE_PROJECT_NAME",
|
|
"label": "COMPOSE_PROJECT_NAME",
|
|
"default": "phpmyadmin"
|
|
},
|
|
{
|
|
"name": "TZ",
|
|
"label": "TZ",
|
|
"default": "America/Vancouver"
|
|
},
|
|
{
|
|
"name": "VOL_CONFIG_PATH",
|
|
"label": "VOL_CONFIG_PATH",
|
|
"default": "/data/projectName/config"
|
|
},
|
|
{
|
|
"name": "VOL_PATH",
|
|
"label": "VOL_PATH",
|
|
"default": "/data/projectName/data"
|
|
},
|
|
{
|
|
"name": "PHPMYADMIN_IMAGE",
|
|
"label": "PHPMYADMIN_IMAGE",
|
|
"default": "phpmyadmin/phpmyadmin:latest"
|
|
},
|
|
{
|
|
"name": "PHPMYADMIN_PMA_ARBITRARY",
|
|
"label": "PHPMYADMIN_PMA_ARBITRARY",
|
|
"default": "1"
|
|
},
|
|
{
|
|
"name": "PHPMYADMIN_PMA_HOST",
|
|
"label": "PHPMYADMIN_PMA_HOST",
|
|
"default": "mariadb"
|
|
},
|
|
{
|
|
"name": "PHPMYADMIN_PMA_USER",
|
|
"label": "PHPMYADMIN_PMA_USER",
|
|
"default": "root"
|
|
},
|
|
{
|
|
"name": "PHPMYADMIN_PMA_PASSWORD",
|
|
"label": "PHPMYADMIN_PMA_PASSWORD",
|
|
"default": "ChangeThisPassword0123456789ABCD"
|
|
},
|
|
{
|
|
"name": "PHPMYADMIN_UPLOAD_LIMIT",
|
|
"label": "PHPMYADMIN_UPLOAD_LIMIT",
|
|
"default": "200M"
|
|
}
|
|
],
|
|
"volumes": [
|
|
{
|
|
"container": "/etc/timezone",
|
|
"bind": "phpmyadmin-etc-timezone"
|
|
},
|
|
{
|
|
"container": "/etc/localtime",
|
|
"bind": "phpmyadmin-etc-localtime"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "docker-compose",
|
|
"title": "penpot",
|
|
"name": "penpot",
|
|
"note": "Auto-generated template from repository",
|
|
"categories": [
|
|
"Auto"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://i.4lt.ca/cookbook/default.png",
|
|
"description": "penpot description to come",
|
|
"image": "penpotapp/frontend:latest",
|
|
"stackfile": "https://raw.githubusercontent.com/nickyeoman/docker-compose-cookbooks/master/penpot/docker-compose.yml",
|
|
"env": [],
|
|
"ports": [
|
|
"9001:8080"
|
|
]
|
|
},
|
|
{
|
|
"type": "docker-compose",
|
|
"title": "pihole",
|
|
"name": "pihole",
|
|
"note": "Auto-generated template from repository",
|
|
"categories": [
|
|
"Auto"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://i.4lt.ca/cookbook/default.png",
|
|
"description": "pihole description to come",
|
|
"image": "pihole/pihole:latest",
|
|
"stackfile": "https://raw.githubusercontent.com/nickyeoman/docker-compose-cookbooks/master/pihole/docker-compose.yml",
|
|
"env": [
|
|
{
|
|
"name": "VOL_PATH",
|
|
"label": "VOL_PATH",
|
|
"default": "./data"
|
|
},
|
|
{
|
|
"name": "TZ",
|
|
"label": "TZ",
|
|
"default": "America/Vancouver"
|
|
},
|
|
{
|
|
"name": "COMPOSE_PROJECT_NAME",
|
|
"label": "COMPOSE_PROJECT_NAME",
|
|
"default": "pihole"
|
|
}
|
|
],
|
|
"ports": [
|
|
"53:53/tcp",
|
|
"53:53/udp",
|
|
"80:80/tcp"
|
|
],
|
|
"volumes": [
|
|
{
|
|
"container": "/etc/pihole",
|
|
"bind": "pihole-etc-pihole"
|
|
},
|
|
{
|
|
"container": "/etc/dnsmasq.d",
|
|
"bind": "pihole-etc-dnsmasq-d"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "docker-compose",
|
|
"title": "matomo",
|
|
"name": "matomo",
|
|
"note": "Auto-generated template from repository",
|
|
"categories": [
|
|
"Auto"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://i.4lt.ca/cookbook/default.png",
|
|
"description": "matomo description to come",
|
|
"image": "mariadb:10.4.0",
|
|
"stackfile": "https://raw.githubusercontent.com/nickyeoman/docker-compose-cookbooks/master/matomo/docker-compose.yml",
|
|
"env": [
|
|
{
|
|
"name": "PREFIX",
|
|
"label": "PREFIX",
|
|
"default": "p1"
|
|
},
|
|
{
|
|
"name": "MATOMO_DOMAIN_NAME",
|
|
"label": "MATOMO_DOMAIN_NAME",
|
|
"default": "matomo.nickyeoman.com"
|
|
},
|
|
{
|
|
"name": "MATOMO_MYSQL_ROOT_PASSWORD",
|
|
"label": "MATOMO_MYSQL_ROOT_PASSWORD",
|
|
"default": "ChangeMe2ASecurepass!"
|
|
},
|
|
{
|
|
"name": "MATOMO_MYSQL_PASSWORD",
|
|
"label": "MATOMO_MYSQL_PASSWORD",
|
|
"default": "Again2ASecurepass!"
|
|
},
|
|
{
|
|
"name": "DB_V",
|
|
"label": "DB_V",
|
|
"default": "10.4.0"
|
|
},
|
|
{
|
|
"name": "MATOMO_V",
|
|
"label": "MATOMO_V",
|
|
"default": "3.13.5-apache"
|
|
}
|
|
],
|
|
"volumes": [
|
|
{
|
|
"container": "/var/lib/mysql",
|
|
"bind": "matomo-var-lib-mysql"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "docker-compose",
|
|
"title": "joomla",
|
|
"name": "joomla",
|
|
"note": "Auto-generated template from repository",
|
|
"categories": [
|
|
"Auto"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://i.4lt.ca/cookbook/default.png",
|
|
"description": "joomla description to come",
|
|
"image": "mariadb:10.7.1 # https://hub.docker.com/_/mariadb",
|
|
"stackfile": "https://raw.githubusercontent.com/nickyeoman/docker-compose-cookbooks/master/joomla/docker-compose.yml",
|
|
"env": []
|
|
},
|
|
{
|
|
"type": "docker-compose",
|
|
"title": "etherpad",
|
|
"name": "etherpad",
|
|
"note": "Auto-generated template from repository",
|
|
"categories": [
|
|
"Auto"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://i.4lt.ca/cookbook/default.png",
|
|
"description": "etherpad description to come",
|
|
"image": "",
|
|
"stackfile": "https://raw.githubusercontent.com/nickyeoman/docker-compose-cookbooks/master/etherpad/docker-compose.yml",
|
|
"env": []
|
|
},
|
|
{
|
|
"type": "docker-compose",
|
|
"title": "posthog",
|
|
"name": "posthog",
|
|
"note": "Auto-generated template from repository",
|
|
"categories": [
|
|
"Auto"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://i.4lt.ca/cookbook/default.png",
|
|
"description": "posthog description to come",
|
|
"image": "",
|
|
"stackfile": "https://raw.githubusercontent.com/nickyeoman/docker-compose-cookbooks/master/posthog/docker-compose.yml",
|
|
"env": []
|
|
},
|
|
{
|
|
"type": "docker-compose",
|
|
"title": "memos",
|
|
"name": "memos",
|
|
"note": "Auto-generated template from repository",
|
|
"categories": [
|
|
"Auto"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://i.4lt.ca/cookbook/default.png",
|
|
"description": "memos description to come",
|
|
"image": "neosmemo/memos:stable",
|
|
"stackfile": "https://raw.githubusercontent.com/nickyeoman/docker-compose-cookbooks/master/memos/docker-compose.yml",
|
|
"env": [],
|
|
"ports": [
|
|
"5230:5230"
|
|
],
|
|
"volumes": [
|
|
{
|
|
"container": "/var/opt/memos",
|
|
"bind": "memos-var-opt-memos"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "docker-compose",
|
|
"title": "redis",
|
|
"name": "redis",
|
|
"note": "Auto-generated template from repository",
|
|
"categories": [
|
|
"Auto"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://i.4lt.ca/cookbook/default.png",
|
|
"description": "Docker Hub: https://hub.docker.com/_/redis",
|
|
"image": "redis:alpine",
|
|
"stackfile": "https://raw.githubusercontent.com/nickyeoman/docker-compose-cookbooks/master/redis/docker-compose.yml",
|
|
"env": [
|
|
{
|
|
"name": "COOKBOOK",
|
|
"label": "COOKBOOK",
|
|
"default": "/git/docker-compose-cookbooks"
|
|
},
|
|
{
|
|
"name": "REDIS_IMAGE",
|
|
"label": "REDIS_IMAGE",
|
|
"default": "redis:alpine"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "docker-compose",
|
|
"title": "listmonk",
|
|
"name": "listmonk",
|
|
"note": "Auto-generated template from repository",
|
|
"categories": [
|
|
"Auto"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://i.4lt.ca/cookbook/default.png",
|
|
"description": "listmonk description to come",
|
|
"image": "postgres:13-alpine",
|
|
"stackfile": "https://raw.githubusercontent.com/nickyeoman/docker-compose-cookbooks/master/listmonk/docker-compose.yml",
|
|
"env": [
|
|
{
|
|
"name": "POSTGRES_USER",
|
|
"label": "POSTGRES_USER",
|
|
"default": "listmonk"
|
|
},
|
|
{
|
|
"name": "POSTGRES_PASSWORD",
|
|
"label": "POSTGRES_PASSWORD",
|
|
"default": "securepassword"
|
|
},
|
|
{
|
|
"name": "POSTGRES_DB",
|
|
"label": "POSTGRES_DB",
|
|
"default": "listmonk"
|
|
},
|
|
{
|
|
"name": "SECRET_KEY",
|
|
"label": "SECRET_KEY",
|
|
"default": "your_super_secret_key"
|
|
}
|
|
],
|
|
"ports": [
|
|
"9000:9000"
|
|
],
|
|
"volumes": [
|
|
{
|
|
"container": "/var/lib/postgresql/data",
|
|
"bind": "listmonk-var-lib-postgresql-data"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "docker-compose",
|
|
"title": "shlink",
|
|
"name": "shlink",
|
|
"note": "Auto-generated template from repository",
|
|
"categories": [
|
|
"Auto"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://i.4lt.ca/cookbook/default.png",
|
|
"description": "shlink description to come",
|
|
"image": "mariadb:10.7.1 # https://hub.docker.com/_/mariadb",
|
|
"stackfile": "https://raw.githubusercontent.com/nickyeoman/docker-compose-cookbooks/master/shlink/docker-compose.yml",
|
|
"env": [],
|
|
"ports": [
|
|
"8003:80"
|
|
],
|
|
"volumes": [
|
|
{
|
|
"container": "/var/lib/mysql",
|
|
"bind": "shlink-var-lib-mysql"
|
|
},
|
|
{
|
|
"container": "/etc/timezone",
|
|
"bind": "shlink-etc-timezone"
|
|
},
|
|
{
|
|
"container": "/etc/localtime",
|
|
"bind": "shlink-etc-localtime"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "docker-compose",
|
|
"title": "authentik",
|
|
"name": "authentik",
|
|
"note": "Auto-generated template from repository",
|
|
"categories": [
|
|
"Auto"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://i.4lt.ca/cookbook/default.png",
|
|
"description": "authentik description to come",
|
|
"image": "docker.io/library/postgres:16-alpine",
|
|
"stackfile": "https://raw.githubusercontent.com/nickyeoman/docker-compose-cookbooks/master/authentik/docker-compose.yml",
|
|
"env": [],
|
|
"ports": [
|
|
"${COMPOSE_PORT_HTTP:-9000}:9000",
|
|
"${COMPOSE_PORT_HTTPS:-9443}:9443"
|
|
],
|
|
"volumes": [
|
|
{
|
|
"container": "/var/lib/postgresql/data",
|
|
"bind": "authentik-var-lib-postgresql-data"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "docker-compose",
|
|
"title": "homepage",
|
|
"name": "homepage",
|
|
"note": "Auto-generated template from repository",
|
|
"categories": [
|
|
"Auto"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://i.4lt.ca/cookbook/default.png",
|
|
"description": "Project: https://gethomepage.dev/latest/ Docker Compose Example: https://gethomepage.dev/latest/installation/docker/ Proxy Port: 3000 If you want to use the optional docker socket, you must run as root.",
|
|
"image": "ghcr.io/gethomepage/homepage:latest",
|
|
"stackfile": "https://raw.githubusercontent.com/nickyeoman/docker-compose-cookbooks/master/homepage/docker-compose.yml",
|
|
"env": [
|
|
{
|
|
"name": "HOMEPAGE_IMAGE",
|
|
"label": "HOMEPAGE_IMAGE",
|
|
"default": "ghcr.io/gethomepage/homepage:latest"
|
|
},
|
|
{
|
|
"name": "VOL_CONFIG_PATH",
|
|
"label": "VOL_CONFIG_PATH",
|
|
"default": "./config"
|
|
}
|
|
],
|
|
"volumes": [
|
|
{
|
|
"container": "/app/config",
|
|
"bind": "homepage-app-config"
|
|
},
|
|
{
|
|
"container": "/var/run/docker.sock",
|
|
"bind": "homepage-var-run-docker-sock"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "docker-compose",
|
|
"title": "docmost",
|
|
"name": "docmost",
|
|
"note": "Auto-generated template from repository",
|
|
"categories": [
|
|
"Auto"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://i.4lt.ca/cookbook/default.png",
|
|
"description": "docmost description to come",
|
|
"image": "docmost/docmost:latest",
|
|
"stackfile": "https://raw.githubusercontent.com/nickyeoman/docker-compose-cookbooks/master/docmost/docker-compose.yml",
|
|
"env": [],
|
|
"ports": [
|
|
"8000:3000"
|
|
],
|
|
"volumes": [
|
|
{
|
|
"container": "/app/data/storage",
|
|
"bind": "docmost-app-data-storage"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "docker-compose",
|
|
"title": "bookstack",
|
|
"name": "bookstack",
|
|
"note": "Auto-generated template from repository",
|
|
"categories": [
|
|
"Auto"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://i.4lt.ca/cookbook/default.png",
|
|
"description": "BookStack is a self-hosted wiki platform for organizing and storing documentation in a simple, book/chapter/page structure. This Docker Compose stack allows easy deployment with persistent storage.",
|
|
"image": "solidnerd/bookstack:latest",
|
|
"stackfile": "https://raw.githubusercontent.com/nickyeoman/docker-compose-cookbooks/master/bookstack/docker-compose.yml",
|
|
"env": [
|
|
{
|
|
"name": "BOOKSTACK_APP_KEY",
|
|
"label": "BOOKSTACK_APP_KEY",
|
|
"default": "APP_KEY"
|
|
},
|
|
{
|
|
"name": "BOOKSTACK_APP_TIMEZONE",
|
|
"label": "BOOKSTACK_APP_TIMEZONE",
|
|
"default": "America/Vancouver"
|
|
},
|
|
{
|
|
"name": "BOOKSTACK_APP_URL",
|
|
"label": "BOOKSTACK_APP_URL",
|
|
"default": "http://localhost:8080"
|
|
},
|
|
{
|
|
"name": "BOOKSTACK_DB_DATABASE",
|
|
"label": "BOOKSTACK_DB_DATABASE",
|
|
"default": "bookstack"
|
|
},
|
|
{
|
|
"name": "BOOKSTACK_DB_HOST",
|
|
"label": "BOOKSTACK_DB_HOST",
|
|
"default": "mariadb:3306"
|
|
},
|
|
{
|
|
"name": "BOOKSTACK_DB_PASSWORD",
|
|
"label": "BOOKSTACK_DB_PASSWORD",
|
|
"default": "dbpass"
|
|
},
|
|
{
|
|
"name": "BOOKSTACK_DB_USERNAME",
|
|
"label": "BOOKSTACK_DB_USERNAME",
|
|
"default": "dbuser"
|
|
},
|
|
{
|
|
"name": "BOOKSTACK_IMAGE",
|
|
"label": "BOOKSTACK_IMAGE",
|
|
"default": "solidnerd/bookstack:latest"
|
|
},
|
|
{
|
|
"name": "BOOKSTACK_REVISION_LIMIT",
|
|
"label": "BOOKSTACK_REVISION_LIMIT",
|
|
"default": "false"
|
|
},
|
|
{
|
|
"name": "MARIADB_IMAGE",
|
|
"label": "MARIADB_IMAGE",
|
|
"default": "mariadb:latest"
|
|
},
|
|
{
|
|
"name": "MARIADB_MARIADB_DATABASE",
|
|
"label": "MARIADB_MARIADB_DATABASE",
|
|
"default": "bookstack"
|
|
},
|
|
{
|
|
"name": "MARIADB_MARIADB_ROOT_PASSWORD",
|
|
"label": "MARIADB_MARIADB_ROOT_PASSWORD",
|
|
"default": "ChangeThisPassword"
|
|
},
|
|
{
|
|
"name": "MARIADB_MARIADB_USER",
|
|
"label": "MARIADB_MARIADB_USER",
|
|
"default": "dbuser"
|
|
},
|
|
{
|
|
"name": "MARIADB_MARIADB_PASSWORD",
|
|
"label": "MARIADB_MARIADB_PASSWORD",
|
|
"default": "AlsoChangeThisPassword"
|
|
}
|
|
],
|
|
"ports": [
|
|
"8080:8080"
|
|
],
|
|
"volumes": [
|
|
{
|
|
"container": "/usr/local/etc/php/php.ini",
|
|
"bind": "bookstack-usr-local-etc-php-php-ini"
|
|
},
|
|
{
|
|
"container": "/var/www/bookstack/storage/uploads",
|
|
"bind": "bookstack-var-www-bookstack-storage-uploads"
|
|
},
|
|
{
|
|
"container": "/var/www/bookstack/public/uploads",
|
|
"bind": "bookstack-var-www-bookstack-public-uploads"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "docker-compose",
|
|
"title": "rocketchat",
|
|
"name": "rocketchat",
|
|
"note": "Auto-generated template from repository",
|
|
"categories": [
|
|
"Auto"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://i.4lt.ca/cookbook/default.png",
|
|
"description": "rocketchat description to come",
|
|
"image": "rocketchat/rocket.chat:latest",
|
|
"stackfile": "https://raw.githubusercontent.com/nickyeoman/docker-compose-cookbooks/master/rocketchat/docker-compose.yml",
|
|
"env": [
|
|
{
|
|
"name": "PREFIX",
|
|
"label": "PREFIX",
|
|
"default": "p1"
|
|
},
|
|
{
|
|
"name": "ROCKET_DOMAIN_NAME",
|
|
"label": "ROCKET_DOMAIN_NAME",
|
|
"default": "chat.nickyeoman.com"
|
|
},
|
|
{
|
|
"name": "ROCKETCHAT_V",
|
|
"label": "ROCKETCHAT_V",
|
|
"default": "3.1.1"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "docker-compose",
|
|
"title": "dockge",
|
|
"name": "dockge",
|
|
"note": "Auto-generated template from repository",
|
|
"categories": [
|
|
"Auto"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://i.4lt.ca/cookbook/default.png",
|
|
"description": "dockge description to come",
|
|
"image": "louislam/dockge:latest",
|
|
"stackfile": "https://raw.githubusercontent.com/nickyeoman/docker-compose-cookbooks/master/dockge/docker-compose.yml",
|
|
"env": [],
|
|
"ports": [
|
|
"5001:5001"
|
|
],
|
|
"volumes": [
|
|
{
|
|
"container": "/var/run/docker.sock",
|
|
"bind": "dockge-var-run-docker-sock"
|
|
},
|
|
{
|
|
"container": "/app/data",
|
|
"bind": "dockge-app-data"
|
|
},
|
|
{
|
|
"container": "/opt/stacks",
|
|
"bind": "dockge-opt-stacks"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "docker-compose",
|
|
"title": "invoiceninja",
|
|
"name": "invoiceninja",
|
|
"note": "Auto-generated template from repository",
|
|
"categories": [
|
|
"Auto"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://i.4lt.ca/cookbook/default.png",
|
|
"description": "invoiceninja description to come",
|
|
"image": "invoiceninja/invoiceninja-debian:-latest",
|
|
"stackfile": "https://raw.githubusercontent.com/nickyeoman/docker-compose-cookbooks/master/invoiceninja/docker-compose.yml",
|
|
"env": [
|
|
{
|
|
"name": "APP_URL",
|
|
"label": "APP_URL",
|
|
"default": "http://localhost:8000"
|
|
},
|
|
{
|
|
"name": "APP_KEY",
|
|
"label": "APP_KEY",
|
|
"default": "base64:IIEkhdQrjEFFIUAFAZMXBlPBM0mwLb76MC4txj/tu4g="
|
|
},
|
|
{
|
|
"name": "APP_ENV",
|
|
"label": "APP_ENV",
|
|
"default": "production"
|
|
},
|
|
{
|
|
"name": "APP_DEBUG",
|
|
"label": "APP_DEBUG",
|
|
"default": "true"
|
|
},
|
|
{
|
|
"name": "REQUIRE_HTTPS",
|
|
"label": "REQUIRE_HTTPS",
|
|
"default": "false"
|
|
},
|
|
{
|
|
"name": "PHANTOMJS_PDF_GENERATION",
|
|
"label": "PHANTOMJS_PDF_GENERATION",
|
|
"default": "false"
|
|
},
|
|
{
|
|
"name": "PDF_GENERATOR",
|
|
"label": "PDF_GENERATOR",
|
|
"default": "snappdf"
|
|
},
|
|
{
|
|
"name": "TRUSTED_PROXIES",
|
|
"label": "TRUSTED_PROXIES",
|
|
"default": "*"
|
|
},
|
|
{
|
|
"name": "CACHE_DRIVER",
|
|
"label": "CACHE_DRIVER",
|
|
"default": "redis"
|
|
},
|
|
{
|
|
"name": "QUEUE_CONNECTION",
|
|
"label": "QUEUE_CONNECTION",
|
|
"default": "redis"
|
|
},
|
|
{
|
|
"name": "SESSION_DRIVER",
|
|
"label": "SESSION_DRIVER",
|
|
"default": "redis"
|
|
},
|
|
{
|
|
"name": "REDIS_HOST",
|
|
"label": "REDIS_HOST",
|
|
"default": "redis"
|
|
},
|
|
{
|
|
"name": "REDIS_PASSWORD",
|
|
"label": "REDIS_PASSWORD",
|
|
"default": "null"
|
|
},
|
|
{
|
|
"name": "REDIS_PORT",
|
|
"label": "REDIS_PORT",
|
|
"default": "6379"
|
|
},
|
|
{
|
|
"name": "FILESYSTEM_DISK",
|
|
"label": "FILESYSTEM_DISK",
|
|
"default": "debian_docker"
|
|
},
|
|
{
|
|
"name": "DB_HOST",
|
|
"label": "DB_HOST",
|
|
"default": "mysql"
|
|
},
|
|
{
|
|
"name": "DB_PORT",
|
|
"label": "DB_PORT",
|
|
"default": "3306"
|
|
},
|
|
{
|
|
"name": "DB_DATABASE",
|
|
"label": "DB_DATABASE",
|
|
"default": "ninja"
|
|
},
|
|
{
|
|
"name": "DB_USERNAME",
|
|
"label": "DB_USERNAME",
|
|
"default": "ninja"
|
|
},
|
|
{
|
|
"name": "DB_PASSWORD",
|
|
"label": "DB_PASSWORD",
|
|
"default": "ninja"
|
|
},
|
|
{
|
|
"name": "DB_ROOT_PASSWORD",
|
|
"label": "DB_ROOT_PASSWORD",
|
|
"default": "ninjaAdm1nPassword"
|
|
},
|
|
{
|
|
"name": "DB_CONNECTION",
|
|
"label": "DB_CONNECTION",
|
|
"default": "mysql"
|
|
},
|
|
{
|
|
"name": "IN_USER_EMAIL",
|
|
"label": "IN_USER_EMAIL",
|
|
"default": "admin@example.com"
|
|
},
|
|
{
|
|
"name": "IN_PASSWORD",
|
|
"label": "IN_PASSWORD",
|
|
"default": "changeme!"
|
|
},
|
|
{
|
|
"name": "MAIL_MAILER",
|
|
"label": "MAIL_MAILER",
|
|
"default": "log"
|
|
},
|
|
{
|
|
"name": "MAIL_HOST",
|
|
"label": "MAIL_HOST",
|
|
"default": "smtp.mailtrap.io"
|
|
},
|
|
{
|
|
"name": "MAIL_PORT",
|
|
"label": "MAIL_PORT",
|
|
"default": "2525"
|
|
},
|
|
{
|
|
"name": "MAIL_USERNAME",
|
|
"label": "MAIL_USERNAME",
|
|
"default": "null"
|
|
},
|
|
{
|
|
"name": "MAIL_PASSWORD",
|
|
"label": "MAIL_PASSWORD",
|
|
"default": "null"
|
|
},
|
|
{
|
|
"name": "MAIL_ENCRYPTION",
|
|
"label": "MAIL_ENCRYPTION",
|
|
"default": "null"
|
|
},
|
|
{
|
|
"name": "MAIL_FROM_ADDRESS",
|
|
"label": "MAIL_FROM_ADDRESS",
|
|
"default": "user@example.com"
|
|
},
|
|
{
|
|
"name": "MAIL_FROM_NAME",
|
|
"label": "MAIL_FROM_NAME",
|
|
"default": "Self Hosted User"
|
|
},
|
|
{
|
|
"name": "MYSQL_ROOT_PASSWORD",
|
|
"label": "MYSQL_ROOT_PASSWORD",
|
|
"default": "ninjaAdm1nPassword"
|
|
},
|
|
{
|
|
"name": "MYSQL_USER",
|
|
"label": "MYSQL_USER",
|
|
"default": "ninja"
|
|
},
|
|
{
|
|
"name": "MYSQL_PASSWORD",
|
|
"label": "MYSQL_PASSWORD",
|
|
"default": "ninja"
|
|
},
|
|
{
|
|
"name": "MYSQL_DATABASE",
|
|
"label": "MYSQL_DATABASE",
|
|
"default": "ninja"
|
|
},
|
|
{
|
|
"name": "NORDIGEN_SECRET_ID",
|
|
"label": "NORDIGEN_SECRET_ID",
|
|
"default": ""
|
|
},
|
|
{
|
|
"name": "NORDIGEN_SECRET_KEY",
|
|
"label": "NORDIGEN_SECRET_KEY",
|
|
"default": ""
|
|
},
|
|
{
|
|
"name": "IS_DOCKER",
|
|
"label": "IS_DOCKER",
|
|
"default": "true"
|
|
},
|
|
{
|
|
"name": "SCOUT_DRIVER",
|
|
"label": "SCOUT_DRIVER",
|
|
"default": "null"
|
|
}
|
|
],
|
|
"ports": [
|
|
"8000:80"
|
|
]
|
|
},
|
|
{
|
|
"type": "docker-compose",
|
|
"title": "prowlarr",
|
|
"name": "prowlarr",
|
|
"note": "Auto-generated template from repository",
|
|
"categories": [
|
|
"Auto"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://i.4lt.ca/cookbook/default.png",
|
|
"description": "prowlarr description to come",
|
|
"image": "ghcr.io/hotio/prowlarr:release",
|
|
"stackfile": "https://raw.githubusercontent.com/nickyeoman/docker-compose-cookbooks/master/prowlarr/docker-compose.yml",
|
|
"env": [
|
|
{
|
|
"name": "VOL_PATH",
|
|
"label": "VOL_PATH",
|
|
"default": "./data/prowlarr/config"
|
|
},
|
|
{
|
|
"name": "PROWLARR_IMAGE",
|
|
"label": "PROWLARR_IMAGE",
|
|
"default": "ghcr.io/hotio/prowlarr:release"
|
|
},
|
|
{
|
|
"name": "TZ",
|
|
"label": "TZ",
|
|
"default": "America/Vancouver"
|
|
}
|
|
],
|
|
"ports": [
|
|
"9696:9696"
|
|
],
|
|
"volumes": [
|
|
{
|
|
"container": "/-./data/prowlarr/config}",
|
|
"bind": "prowlarr----data-prowlarr-config}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "docker-compose",
|
|
"title": "archivebox",
|
|
"name": "archivebox",
|
|
"note": "Auto-generated template from repository",
|
|
"categories": [
|
|
"Auto"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://i.4lt.ca/cookbook/default.png",
|
|
"description": "Docker Hub: https://hub.docker.com/r/archivebox/archivebox/tags Docker Compose Example: https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/dev/docker-compose.yml Project: https://archivebox.io/ Proxy Port: 8000",
|
|
"image": "archivebox/archivebox:sha-1d49bee",
|
|
"stackfile": "https://raw.githubusercontent.com/nickyeoman/docker-compose-cookbooks/master/archivebox/docker-compose.yml",
|
|
"env": [
|
|
{
|
|
"name": "ARCHIVEBOX_IMAGE",
|
|
"label": "ARCHIVEBOX_IMAGE",
|
|
"default": "archivebox/archivebox:sha-1d49bee"
|
|
}
|
|
],
|
|
"volumes": [
|
|
{
|
|
"container": "/data",
|
|
"bind": "archivebox-data"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "docker-compose",
|
|
"title": "hedgedoc",
|
|
"name": "hedgedoc",
|
|
"note": "Auto-generated template from repository",
|
|
"categories": [
|
|
"Auto"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://i.4lt.ca/cookbook/default.png",
|
|
"description": "hedgedoc description to come",
|
|
"image": "ghcr.io/hedgedoc/hedgedoc:latest",
|
|
"stackfile": "https://raw.githubusercontent.com/nickyeoman/docker-compose-cookbooks/master/hedgedoc/docker-compose.yml",
|
|
"env": [],
|
|
"ports": [
|
|
"3000:3000"
|
|
],
|
|
"volumes": [
|
|
{
|
|
"container": "/hedgedoc/data",
|
|
"bind": "hedgedoc-hedgedoc-data"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |