1234567891011121314151617181920212223242526272829303132333435363738394041 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- TZ: Etc/UTC
- bookstack:
- db_root_password: test
- db_password: test
- app_url: http://localhost:8080
- app_key: exactly-32-characters-app-keyyyy
- additional_envs: []
- network:
- web_port:
- bind_mode: published
- port_number: 8080
- ix_volumes:
- uploads: /opt/tests/mnt/bookstack/uploads
- storage_uploads: /opt/tests/mnt/bookstack/storage_uploads
- mariadb_data: /opt/tests/mnt/bookstack/mariadb_data
- storage:
- uploads:
- type: ix_volume
- ix_volume_config:
- dataset_name: uploads
- create_host_path: true
- storage_uploads:
- type: ix_volume
- ix_volume_config:
- dataset_name: storage_uploads
- create_host_path: true
- mariadb_data:
- type: ix_volume
- ix_volume_config:
- dataset_name: mariadb_data
- create_host_path: true
- additional_storage: []
|