Compare commits

..

No commits in common. "92f8d613baa8a98222bc37aba8f4a644a4a143a4" and "ab72556df8093a76f28dc54eadf3070e7ed940ff" have entirely different histories.

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
restart_policy: unless-stopped
command: agent
restart_policy: unless-stopped
recreate: true
ports:
- 7007:7007