chore(): small improvements and fixes
This commit is contained in:
@@ -3,7 +3,7 @@ docker_edition: "ce"
|
||||
docker_install_compose_plugin: true
|
||||
docker_users:
|
||||
- "{{ ansible_user }}"
|
||||
docker_daemon_options:
|
||||
_docker_daemon_options_base:
|
||||
debug: false
|
||||
init: false
|
||||
live-restore: true
|
||||
@@ -96,3 +96,4 @@ docker_daemon_options:
|
||||
labels: []
|
||||
|
||||
exec-opts: []
|
||||
docker_daemon_options: "{{ _docker_daemon_options_base | combine(docker_daemon_options_host | default({}), recursive=True) }}"
|
||||
|
||||
@@ -9,7 +9,7 @@ dokploy_advertise_addr: ""
|
||||
dokploy_postgres_image: postgres:16-alpine
|
||||
dokploy_redis_image: redis:8-alpine
|
||||
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_db: dokploy
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
- _dokploy_remove_services is failed
|
||||
- "'could not find' 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
|
||||
|
||||
- name: Leave Docker Swarm
|
||||
|
||||
Reference in New Issue
Block a user