• Joined on 2025-11-08
michael pushed to staging at michael/michaelschiemer 2025-11-08 23:56:21 +01:00
c6b94b1147 fix: login to correct Docker registry from docker-compose files
michael pushed to staging at michael/michaelschiemer 2025-11-08 23:47:50 +01:00
f548a0322c fix: prevent CI jobs from restarting Traefik
a96bd41326 fix(ansible): Fix YAML syntax in traefik/tasks/ssl.yml
Compare 2 commits »
michael pushed to staging at michael/michaelschiemer 2025-11-08 23:26:42 +01:00
bb7cf35e54 fix(ansible): Prevent Traefik and Gitea restart loops
aa9de7173d feat: Add playbook to deploy Traefik configuration files
c06a9ec134 fix: Use internal healthcheck instead of HTTP ping endpoint
Compare 3 commits »
michael pushed to staging at michael/michaelschiemer 2025-11-08 18:50:11 +01:00
e047720954 feat: Add Ansible playbook to restart Traefik and verify configuration
06bad20123 fix: Explicitly exclude ACME challenge path from HTTPS redirect
3d233e8b2c fix: Remove redundant ACME challenge router in Traefik configuration
af98069eba fix: Reduce Gitea runner request frequency to prevent DDoS-like behavior
Compare 4 commits »
michael pushed to staging at michael/michaelschiemer 2025-11-08 17:54:30 +01:00
52023081ab fix: Add retry logic to git operations in deploy-application-code.yml
43a06eae4d docs: Add documentation and playbooks for fixing Gitea runner configuration
21e7c40c99 feat: Add Ansible playbooks to fix Gitea runner configuration
Compare 3 commits »
michael pushed to staging at michael/michaelschiemer 2025-11-08 17:07:33 +01:00
97b0dde75b feat: Add Ansible playbook to check and restart Gitea
891c73d0af fix: Wait for Docker socket and login to registry before compose up
Compare 2 commits »
michael pushed to staging at michael/michaelschiemer 2025-11-08 16:09:57 +01:00
294e6721eb fix: Use immutable operations for Docker daemon config merge
michael pushed to staging at michael/michaelschiemer 2025-11-08 16:06:10 +01:00
bf25f088c0 fix: Correct Jinja2 logic for merging insecure registry config
michael pushed to staging at michael/michaelschiemer 2025-11-08 16:05:55 +01:00
dbf7f6e002 fix: Replace shell script with Ansible modules for Docker daemon config
michael pushed to staging at michael/michaelschiemer 2025-11-08 16:01:45 +01:00
76ec4cf28d fix: Configure Docker insecure registry and add GIT_BRANCH
michael pushed to staging at michael/michaelschiemer 2025-11-08 15:58:10 +01:00
bfd91fcb61 fix: Add Git variables and improve bool check for image pull
michael pushed to staging at michael/michaelschiemer 2025-11-08 15:53:51 +01:00
43c36d2687 fix: Fix bool comparison and .env file permissions
michael pushed to staging at michael/michaelschiemer 2025-11-08 15:49:24 +01:00
c1331ae7a7 fix: Add .env file check and environment variables for docker compose
michael pushed to staging at michael/michaelschiemer 2025-11-08 15:44:50 +01:00
333dc04404 fix: Improve registry check and image pull error handling
michael pushed to staging at michael/michaelschiemer 2025-11-08 15:41:11 +01:00
cf8fea322c fix: Resolve recursive loops and fix registry URL in deploy-image.yml
michael pushed to staging at michael/michaelschiemer 2025-11-08 15:35:52 +01:00
48e5179bac fix: Correct deployment order - deploy image before composer install
michael pushed to staging at michael/michaelschiemer 2025-11-08 15:35:23 +01:00
38af81e2db fix: Don't start containers in install-composer-dependencies playbook
michael pushed to staging at michael/michaelschiemer 2025-11-08 15:31:07 +01:00
ae592c21c7 fix: Add container status check and better error handling
michael pushed to staging at michael/michaelschiemer 2025-11-08 15:26:42 +01:00
f0a412a221 fix: Use application code directory for docker-compose files
michael pushed to staging at michael/michaelschiemer 2025-11-08 15:25:59 +01:00
dd072ded3c fix: Use correct path for docker-compose files