123456789101112131415161718192021222324252627 |
- images:
- image:
- repository: ccr.ccs.tencentyun.com/seembox/outlinewiki_outline
- tag: 0.87.3
- postgres_17_image:
- repository: postgres
- tag: 17.6-bookworm
- postgres_upgrade_image:
- repository: ixsystems/postgres-upgrade
- tag: 1.0.4
- redis_image:
- repository: valkey/valkey
- tag: 8.1.3
- consts:
- outline_container_name: outline
- cron_container_name: cron
- postgres_container_name: postgres
- redis_container_name: redis
- perms_container_name: permissions
- data_path: /var/lib/outline/data
- ssl_cert_path: /certs/cert.pem
- ssl_key_path: /certs/key.pem
- db_user: outline
- db_name: outline
- run_as_user: 1001
- run_as_group: 1001
|