{"id":20904731,"url":"https://github.com/angelodotnet/docker.application","last_synced_at":"2025-05-13T05:30:50.575Z","repository":{"id":44925339,"uuid":"401839737","full_name":"AngeloDotNet/Docker.Application","owner":"AngeloDotNet","description":"This is a public personal repository of application docker configurations (templates) useful for development and production environments","archived":false,"fork":false,"pushed_at":"2025-04-24T11:05:46.000Z","size":93,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-07T01:57:32.759Z","etag":null,"topics":["application","docker","docker-compose","examples","hacktoberfest","hacktoberfest-accepted","templates"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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://github.com/AngeloDotNet.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-08-31T20:50:04.000Z","updated_at":"2025-04-24T11:05:50.000Z","dependencies_parsed_at":"2023-11-07T02:15:32.620Z","dependency_job_id":"4981986e-4b37-4cc4-a5a1-a58152fa8eac","html_url":"https://github.com/AngeloDotNet/Docker.Application","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngeloDotNet%2FDocker.Application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngeloDotNet%2FDocker.Application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngeloDotNet%2FDocker.Application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngeloDotNet%2FDocker.Application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AngeloDotNet","download_url":"https://codeload.github.com/AngeloDotNet/Docker.Application/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253882731,"owners_count":21978542,"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":["application","docker","docker-compose","examples","hacktoberfest","hacktoberfest-accepted","templates"],"created_at":"2024-11-18T13:18:39.372Z","updated_at":"2025-05-13T05:30:50.566Z","avatar_url":"https://github.com/AngeloDotNet.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Application\n\nThere are currently the following templates:\n\n## Application\n\n- ElasticSearch (Updated)\n- Event Store\n- Grafana \u0026 Prometheus\n- KeyCloak\n- Kong\n- Konga\n- Microsoft SDK - NET 6.x (Rimove the old version of the SDK)\n- Microsoft SDK - NET 8.x\n- Nginx (Updated)\n- OwnCloud (Updated)\n- Postfix (Only SMTP Relay)\n- Postgres Admin\n- ProFTP (Server FTP)\n- Rabbit-MQ (Updated)\n- Rabbit-MQ (2-node cluster mode) (Updated)\n- Redis\n- Seq\n- Ubuntu Server 22.04 - NET 6.x (Rimove the old version of the SDK)\n- Ubuntu Server 22.04 - NET 8.x\n- Vault\n- Vault Warden\n\nIf you like this repository, please drop a ⭐ on Github!\n\n## Network configuration\n\nThe docker-lan network (bridge type) was created with the command: \n\n\u003e docker network create --driver=bridge --subnet=192.168.100.0/24 docker-lan\n\n## Application configuration\n\nAfter starting the KeyCloak docker for the first time, if you want to use it in HTTP mode and not in the standard HTTPS mode, you need to change the value of the SSL_REQUIRED column to NONE in the relevant database, REALM table, then restart the docker.\n\n**Note:** KeyCloak versions 25.0.2 and 26.1.3 require a PostgreSQL version 16 database.\n\n---\n\nFor the Kong (Postgres 13.1) and Konga (Postgres 9.6) database it is necessary to first create the relative docker database (respecting the version indicated) and then create USER and DATABASE as indicated below.\n\n---\n\nFor the Postgres Admin before starting the docker it is necessary to set the necessary permissions on the volume bind /var/lib/pgadmin via the command: \u003cb\u003echown -R 5050: 5050 var/lib/pgadmin\u003c/b\u003e\n\n---\n\nFor RabbitMQ (2-node cluster mode), after the two related dockers have been started, it is necessary to terminate the cluster configuration using these commands:\n\n- docker exec rabbitNode2 rabbitmqctl stop_app\n- docker exec rabbitNode2 rabbitmqctl join_cluster rabbit@node1.rabbit\n- docker exec rabbitNode2 rabbitmqctl start_app\n- docker exec rabbitNode1 rabbitmqctl set_policy ha \".\" '{\"ha-mode\":\"all\"}'\n\n**Note:** Where ha is the name of the policy and the \".\" (dot) is the pattern and ha-mode set to \"all\" indicates that all queues must be high available. And to check the cluster status use the command **docker exec rabbitNode1 rabbitmqctl cluster_status**\n\nTo ensure that two nodes can belong to the same cluster, it is necessary to ensure that certain ports are accessible, in particular:\n\n- 4369: epdm (ERLANG PORT MAPPER DAEMON), a peer discovery service, used by RabbitMQ nodes and CLI tools;\n- 5672: port used by the AMQP protocol;\n- 25672: used for communication between nodes and with the CLI;\n- 35672-35682: used by CLI tools for communication with nodes;\n- 15672: used for example for the UI management plugin.\n\n---\n\nFor SEQ (docker version) the first boot occurs without any form of active login. After the docker is active, navigate to the SETTINGS \u003e USERS section to enable authentication to access the dashboard.\n\n---\n\nFor ElasticSearch before starting the docker you need to run the following command **sudo chown -R 1000:1000 data/** where the data/ folder is the volume folder indicated in the elastic compose docker.\n\n### Important\n\nBefore starting the related Kong and Konga dockers, modify the USERNAME, PASSWORD and DATABASE NAME indicated in the relevant dockers and compose with the same data used in the commands previously used to create USER and DATABASE.\n\nAlso change the IP-SERVER-DOCKER parameter by replacing it with the ip address of the server hosting the dockers.\n\nThe dockers kong-migration and konga-migration, present in the docker compose of Kong and Konga, are used only for the first time to create the database structures for the corresponding services.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangelodotnet%2Fdocker.application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangelodotnet%2Fdocker.application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangelodotnet%2Fdocker.application/lists"}