Skip to content

Commit

Permalink
Zabbix with Let's Encrypt Using Docker Compose
Browse files Browse the repository at this point in the history
  • Loading branch information
heyvaldemar authored Sep 7, 2024
1 parent 4b17405 commit cdcd7eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/00-deployment-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Modify /etc/hosts for internal routing
run: |
echo "127.0.0.1 zabbix.heyvaldemar.net" | sudo tee -a /etc/hosts
echo "127.0.0.1 dashboard.zabbix.heyvaldemar.net" | sudo tee -a /etc/hosts
echo "127.0.0.1 traefik.zabbix.heyvaldemar.net" | sudo tee -a /etc/hosts
- name: Print Docker Compose services status
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Wait for the application to be ready via Traefik
run: |
echo "Checking the routing and availability of application via Traefik..."
timeout 5m bash -c 'while ! curl -fsSLk "https://zabbix.heyvaldemar.net"; do echo "Waiting for the application to be ready..."; sleep 10; done'
timeout 5m bash -c 'while ! curl -fsSLk "https://dashboard.zabbix.heyvaldemar.net"; do echo "Waiting for the application to be ready..."; sleep 10; done'
- name: Inspect Network Configuration
run: |
Expand Down

0 comments on commit cdcd7eb

Please sign in to comment.