chore(): small improvements and fixes

This commit is contained in:
ITQ
2026-04-08 18:35:02 +03:00
parent fa0e8a7c89
commit 1ccadc233d
3 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -3,7 +3,7 @@ docker_edition: "ce"
docker_install_compose_plugin: true docker_install_compose_plugin: true
docker_users: docker_users:
- "{{ ansible_user }}" - "{{ ansible_user }}"
docker_daemon_options: _docker_daemon_options_base:
debug: false debug: false
init: false init: false
live-restore: true live-restore: true
@@ -96,3 +96,4 @@ docker_daemon_options:
labels: [] labels: []
exec-opts: [] exec-opts: []
docker_daemon_options: "{{ _docker_daemon_options_base | combine(docker_daemon_options_host | default({}), recursive=True) }}"
+1 -1
View File
@@ -9,7 +9,7 @@ dokploy_advertise_addr: ""
dokploy_postgres_image: postgres:16-alpine dokploy_postgres_image: postgres:16-alpine
dokploy_redis_image: redis:8-alpine dokploy_redis_image: redis:8-alpine
dokploy_dokploy_image: dokploy/dokploy:latest dokploy_dokploy_image: dokploy/dokploy:latest
dokploy_traefik_image: traefik:v3.6.1 dokploy_traefik_image: traefik:v3.6
dokploy_postgres_user: dokploy dokploy_postgres_user: dokploy
dokploy_postgres_db: dokploy dokploy_postgres_db: dokploy
+1
View File
@@ -14,6 +14,7 @@
- _dokploy_remove_services is failed - _dokploy_remove_services is failed
- "'could not find' not in (_dokploy_remove_services.msg | default('') | lower)" - "'could not find' not in (_dokploy_remove_services.msg | default('') | lower)"
- "'not found' not in (_dokploy_remove_services.msg | default('') | lower)" - "'not found' not in (_dokploy_remove_services.msg | default('') | lower)"
- "'not a swarm manager' not in (_dokploy_remove_services.msg | default('') | lower)"
tags: dokploy, deletion tags: dokploy, deletion
- name: Leave Docker Swarm - name: Leave Docker Swarm