resources: limits: cpus: 2.0 memory: 4096 castopod: db_password: db-castopod-password db_root_password: root-db-castopod-password redis_password: redis-castopod-password analytics_salt: analytics-salt base_url: http://localhost:8080 web_timeout: 900 web_max_body_size: 512 php_memory_limit: 512 enable_2fa: true disable_https_redirect: false additional_envs: [] network: web_port: bind_mode: published port_number: 8080 ix_volumes: data: /opt/tests/mnt/data mariadb_data: /opt/tests/mnt/mariadb-data storage: data: type: ix_volume ix_volume_config: dataset_name: data create_host_path: true mariadb_data: type: ix_volume ix_volume_config: dataset_name: mariadb_data create_host_path: true additional_storage: []