Murat ÖZDEMİR ff9837ec54 feat(infra): update environment infrastructure configurations
- Synchronized environment-specific settings with the new isolated architecture.
- Updated network and storage definitions to match the latest Swarm stack requirements.
- Harmonized configuration templates for consistent cross-environment deployment.
2026-05-22 21:40:21 +03:00

41 lines
923 B
Django/Jinja
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

log:
level: info
runner:
file: .runner
capacity: 1
timeout: 3h
insecure: false
fetch_timeout: 5s
fetch_interval: 2s
labels:
{% for label in act_runner_labels.split(',') %}
- "{{ label }}"
{% endfor %}
cache:
enabled: true
dir: ""
host: ""
port: 0
external_server: ""
container:
# Job container'ları iklimco-net overlay network'üne katılır;
# böylece iklim-db_postgresql ve iklim-db_mongodb servislerine direkt erişebilir.
network: "iklimco-net"
enable_ipv6: false
privileged: false
options: "-v /mnt/storagebox:/mnt/storagebox"
workdir_parent: ""
valid_volumes:
- "/mnt/storagebox"
# Docker 29.5.2 ile /var/run -> /run symlink kaynaklı "mkdirat var/run: file exists"
# hatası giderildi; socket job container'lara mount edilebilir hale geldi.
docker_host: "unix:///var/run/docker.sock"
force_pull: false
force_rebuild: false
host:
workdir_parent: ""