chore: added iac

Signed-off-by: ITQ <itq.dev@ya.ru>
This commit is contained in:
ITQ
2025-11-21 18:16:52 +03:00
parent 5d66fcd0ca
commit 44df678c82
43 changed files with 1598 additions and 45 deletions
@@ -0,0 +1,20 @@
---
dokploy_state: present # present | absent | latest
dokploy_remove_data_on_absent: false
dokploy_update_all_services: true
dokploy_config_dir: /etc/dokploy
dokploy_http_port: 3000
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_postgres_user: dokploy
dokploy_postgres_db: dokploy
dokploy_postgres_password: "{{ lookup('password', '/dev/null chars=ascii_letters,digits length=32') }}"
dokploy_docker_network: dokploy-network
dokploy_constraint_node_role: manager