123456789101112131415161718192021222324252627282930313233343536373839404142 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- traccar:
- postgres_image_selector: postgres_17_image
- db_password: secret
- additional_envs: []
- network:
- web_port:
- bind_mode: published
- port_number: 8080
- additional_port_ranges:
- - bind_mode: published
- protocol: tcp
- start: 5002
- end: 5002
- host_ips: []
- run_as:
- user: 568
- group: 568
- ix_volumes:
- postgres_data: /opt/tests/mnt/traccar/postgres_data
- data: /opt/tests/mnt/traccar/data
- logs: /opt/tests/mnt/traccar/logs
- storage:
- data:
- type: ix_volume
- ix_volume_config:
- dataset_name: data
- create_host_path: true
- postgres_data:
- type: ix_volume
- ix_volume_config:
- dataset_name: postgres_data
- create_host_path: true
- additional_storage: []
|