{"id":15192093,"url":"https://gitlab.com/outbag/containers","last_synced_at":"2025-10-27T14:31:21.993Z","repository":{"id":58054426,"uuid":"38929149","full_name":"outbag/containers","owner":"outbag","description":"Docker related files, including: docker-compose.yml for easy setup, the Dockerfiles to build the container and documentation","archived":false,"fork":false,"pushed_at":null,"size":null,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":null,"default_branch":"main","last_synced_at":"2025-02-01T06:31:47.563Z","etag":null,"topics":["docker","dockercompose","dockerfile","outbag"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://gitlab.com/uploads/-/system/project/avatar/38929149/container.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-27T09:15:37.930Z","updated_at":"2022-08-27T14:20:26.491Z","dependencies_parsed_at":"2022-08-28T18:23:56.802Z","dependency_job_id":null,"html_url":"https://gitlab.com/outbag/containers","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repositories/outbag%2Fcontainers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repositories/outbag%2Fcontainers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repositories/outbag%2Fcontainers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repositories/outbag%2Fcontainers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/owners/outbag","download_url":"https://gitlab.com/outbag/containers/-/archive/main/containers-main.zip","host":{"name":"gitlab.com","url":"https://gitlab.com","kind":"gitlab","repositories_count":4517637,"owners_count":6745,"icon_url":"https://github.com/gitlab.png","version":null,"created_at":"2022-05-30T11:31:42.605Z","updated_at":"2024-07-18T11:24:13.055Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/owners"}},"keywords":["docker","dockercompose","dockerfile","outbag"],"created_at":"2024-09-27T21:04:54.809Z","updated_at":"2025-10-27T14:31:21.477Z","avatar_url":"https://gitlab.com/uploads/-/system/project/avatar/38929149/container.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"* Docker\nOfficial docker files for the outbag server and app\n\n*NOTE: Did you known that you dont have to use docker? You can use the manual method instead.*\n\n** Requirements\n- ~docker~\n- ~docker-compose~\n- a proxy (optional, recommended)\n- a mysql database (optional)\n\n** Guide using docker-compose\n1. Create a new folder (called ~outbag~)\n   and put the [[https://gitlab.com/outbag/containers/-/raw/main/docker-compose.yml][docker-compose file]] into it.\n   Alternatively you can clone this repository (without the submodules):\n   #+begin_src bash\ngit clone https://gitlab.com/outbag/containers\n   #+end_src\n\n   #+RESULTS:\n\n2. Open the ~docker-compose.yml~ file with your favourite text editor\n   and configure the options to your liking.\n   - if you do not want to deploy the web app,\n     make sure to remove (or comment) the ~app:~ section\n   - if you want to use your own database,\n     instead of the mariadb database from ~docker-compose~,\n     make sure to remove (or comment) the ~db:~ section.\n3. As of writing, prebuilt images are only available for ~x64~.\n\n   If you are running on a different architecture,\n   you have to build the docker images first:\n\n   This requires you to download the submodules:\n   #+begin_src bash\ngit submodule update --init\n   #+end_src\n\n   And build the containers:\n   #+begin_src bash\ndocker-compose build --no-cache\n   #+end_src\n\n4. Run ~docker-compose up -d~ to download and start the server.\n   To stop your server simply run `docker-compose down` in the same directory.\n5. Your server should now be available on ~127.0.0.1:7223~ and the web ap on ~127.0.0.1:8080~\n   To stop it run ~docker-compose down~ in the same folder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/gitlab.com%2Foutbag%2Fcontainers","html_url":"https://awesome.ecosyste.ms/projects/gitlab.com%2Foutbag%2Fcontainers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/gitlab.com%2Foutbag%2Fcontainers/lists"}