{"id":26951738,"url":"https://github.com/automadcms/automad-docker","last_synced_at":"2025-07-26T10:38:04.294Z","repository":{"id":107361607,"uuid":"364681967","full_name":"automadcms/automad-docker","owner":"automadcms","description":"The official Automad Docker image.","archived":false,"fork":false,"pushed_at":"2025-05-17T12:57:55.000Z","size":28,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-17T13:52:02.371Z","etag":null,"topics":["automad","docker","docker-image"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/automadcms.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["marcantondahmen"],"ko_fi":"marcantondahmen","custom":["https://paypal.me/marcantondahmen"]}},"created_at":"2021-05-05T19:14:23.000Z","updated_at":"2025-05-17T12:57:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"69268c7a-2e22-4116-b595-bd3c6a753ed5","html_url":"https://github.com/automadcms/automad-docker","commit_stats":null,"previous_names":["automadcms/automad-docker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/automadcms/automad-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automadcms%2Fautomad-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automadcms%2Fautomad-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automadcms%2Fautomad-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automadcms%2Fautomad-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/automadcms","download_url":"https://codeload.github.com/automadcms/automad-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automadcms%2Fautomad-docker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267150480,"owners_count":24043473,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automad","docker","docker-image"],"created_at":"2025-04-03T00:17:26.391Z","updated_at":"2025-07-26T10:38:04.254Z","avatar_url":"https://github.com/automadcms.png","language":"Dockerfile","funding_links":["https://github.com/sponsors/marcantondahmen","https://ko-fi.com/marcantondahmen","https://paypal.me/marcantondahmen"],"categories":[],"sub_categories":[],"readme":"# Automad\n\nThe official Docker image for [Automad](https://automad.org) including **Nginx** and **PHP**.\n\n## Building\n\nIn order to build this image with a specific version, run the following command:\n\n```bash\ndocker build --build-arg version=v2.x-dev -t automad/automad:v2.x-dev .\n```\n\n## Using this Image\n\nYou can create a container called `mysite` and start it by using the following command:\n\n```bash\ndocker run -dp 80:80 -v ./app:/app --name mysite automad/automad\n```\n\nThis will essentially make your site available at port 80 and mount a directory called `/app` for data persistence.\nA new user account for the Automad dashboard will be created automatically. The account details will be logged by the running container. You can show these logs using the following command:\n\n```bash\ndocker logs mysite\n```\n\nYour can now navigate to [localhost](http://localhost) to view your new site.\n\n### Docker Compose\n\nAlternatively you can also use `docker compose` with the following configuration:\n\n```yaml\nversion: \"3\"\nservices:\n  app:\n    container_name: automad\n    image: automad/automad:latest\n    ports:\n      - 80:80\n    volumes:\n      - ./app:/app\n```\n\nAnd then in order to start the container:\n\n```bash\ndocker compose up -d\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautomadcms%2Fautomad-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fautomadcms%2Fautomad-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautomadcms%2Fautomad-docker/lists"}