Compare commits

...

2 Commits

Author SHA1 Message Date
92f8d613ba fix: formatting dozzle agent task
All checks were successful
Deploy / Prepare Build (push) Successful in 50s
2024-11-18 16:56:27 +10:00
c1ddfc5411 fix: formatting dozzle agent task 2024-11-18 16:54:17 +10:00
2 changed files with 5 additions and 5 deletions

View File

@ -125,7 +125,7 @@
- name: Deploy gitea-runner-homelab
import_tasks: tasks/gitea-runner-homelab.yml
tags: gitea_runner_homelab_install
tags: gitea-runner-homelab_install
tags: dockerserver_install
@ -147,9 +147,9 @@
tasks:
- name: Deploy Dozzle Agent
import_tasks: tasks/dozzle-agent.yml
tags: dozzle_agent_install
tags: dozzle-agent_install
- name: Deploy Omada
import_tasks: tasks/omada.yml
tags: omada_container_install
tags: omada_install
tags: omada_lxc_install

View File

@ -3,8 +3,8 @@
docker_container:
name: dozzle_agent
image: amir20/dozzle:v8.8.0
command: agent
restart_policy: unless-stopped
command: agent
recreate: true
ports:
- 7007:7007