{"id":15656735,"url":"https://github.com/mathisburger/surrealdb-docker-service","last_synced_at":"2025-03-30T02:13:52.635Z","repository":{"id":60145547,"uuid":"541274536","full_name":"MathisBurger/surrealdb-docker-service","owner":"MathisBurger","description":"A github action that initializes a surreal db instance","archived":false,"fork":false,"pushed_at":"2022-09-26T12:32:22.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T04:42:32.023Z","etag":null,"topics":["containers","docker","dockerfile","gihub-actions","services","surrealdb"],"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/MathisBurger.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}},"created_at":"2022-09-25T18:45:08.000Z","updated_at":"2022-09-27T13:26:03.000Z","dependencies_parsed_at":"2022-09-25T21:35:45.599Z","dependency_job_id":null,"html_url":"https://github.com/MathisBurger/surrealdb-docker-service","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathisBurger%2Fsurrealdb-docker-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathisBurger%2Fsurrealdb-docker-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathisBurger%2Fsurrealdb-docker-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathisBurger%2Fsurrealdb-docker-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MathisBurger","download_url":"https://codeload.github.com/MathisBurger/surrealdb-docker-service/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246266238,"owners_count":20749754,"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","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":["containers","docker","dockerfile","gihub-actions","services","surrealdb"],"created_at":"2024-10-03T13:04:07.305Z","updated_at":"2025-03-30T02:13:52.608Z","avatar_url":"https://github.com/MathisBurger.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SurrealDb docker service\n\nThis project is a docker image that wraps the surrealDb base image \ninto a new one that starts the database automatically with default user \ncredentials and in memory mode. It can be used for GitHub actions pipelines to \nsetup a testing environment. \n\nNOTE: This image is only built for the usage with GitHub actions. It is not \ntested for other purposes.\n\n# Usage\n\nYou can use the docker container as a service in your action pipeline description.\nThe default credentials are `root` for both username and password.\n```yaml\nservices:\n  surrealdb:\n    image: ghcr.io/mathisburger/surrealdb-docker-service:latest\n    ports:\n      - 127.0.0.1:8000:8000\n```\n\nYou can also change log-level and database root credentials with environment variables\n\n```yaml\nservices:\n  surrealdb:\n    image: ghcr.io/mathisburger/surrealdb-docker-service:latest\n    ports:\n      - 127.0.0.1:8000:8000\n    env:\n      LOG_LEVEL: trace\n      ROOT_USERNAME: root\n      ROOT_PASSWORD: root\n```\n\n# License\n\nThis project is MIT licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathisburger%2Fsurrealdb-docker-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathisburger%2Fsurrealdb-docker-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathisburger%2Fsurrealdb-docker-service/lists"}