1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- ci: true
- outline:
- postgres_image_selector: postgres_17_image
- secret_key: exactly-32-characters-app-keyyyyexactly-32-characters-app-keyyyy
- utils_secret: exactly-32-characters-app-keyyyyexactly-32-characters-app-keyyyy
- db_password: secret
- redis_password: secret
- app_url: http://localhost:8080
- force_https: false
- oidc_auth:
- enabled: false
- client_id: ""
- client_secret: ""
- auth_uri: ""
- token_uri: ""
- userinfo_uri: ""
- logout_uri: ""
- username_claim: ""
- display_name: ""
- scopes: []
- slack_auth:
- enabled: false
- client_id: ""
- client_secret: ""
- google_auth:
- enabled: false
- client_id: ""
- client_secret: ""
- azure_auth:
- enabled: false
- client_id: ""
- client_secret: ""
- resource_app_id: ""
- github_auth:
- enabled: false
- client_id: ""
- client_secret: ""
- app_name: ""
- app_id: ""
- app_private_key: ""
- discord_auth:
- enabled: false
- client_id: ""
- client_secret: ""
- server_id: ""
- server_roles: []
- additional_envs: []
- network:
- web_port:
- bind_mode: published
- port_number: 8080
- ix_volumes:
- data: /opt/tests/mnt/outline/data
- postgres_data: /opt/tests/mnt/outline/postgres_data
- 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: []
|