1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- romm:
- postgres_image_selector: postgres_17_image
- db_password: postgres-password
- redis_password: redis-password
- auth_secret_key: change-me
- igdb_client_id: igdb-client-id
- igdb_client_secret: igdb-client-secret
- mobygames_api_key: mobygames-api-key
- steamgriddb_api_key: steamgriddb-api-key
- additional_envs: []
- network:
- web_port:
- bind_mode: published
- port_number: 8080
- run_as:
- user: 568
- group: 568
- ix_volumes:
- library: /opt/tests/mnt/library
- resources: /opt/tests/mnt/resources
- config: /opt/tests/mnt/config
- assets: /opt/tests/mnt/assets
- postgres_data: /opt/tests/mnt/postgres_data
- storage:
- library:
- type: ix_volume
- ix_volume_config:
- dataset_name: library
- create_host_path: true
- resources:
- type: ix_volume
- ix_volume_config:
- dataset_name: resources
- create_host_path: true
- config:
- type: ix_volume
- ix_volume_config:
- dataset_name: config
- create_host_path: true
- assets:
- type: ix_volume
- ix_volume_config:
- dataset_name: assets
- create_host_path: true
- postgres_data:
- type: ix_volume
- ix_volume_config:
- dataset_name: postgres_data
- create_host_path: true
- additional_storage: []
|