Skip to content

Commit cdcd7eb

Browse files
authored
Zabbix with Let's Encrypt Using Docker Compose
1 parent 4b17405 commit cdcd7eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/00-deployment-verification.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

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

0 commit comments

Comments
 (0)