mirror of
https://github.com/MAGICGrants/truenas-apps.git
synced 2026-01-08 20:18:01 -05:00
45 lines
1.2 KiB
YAML
45 lines
1.2 KiB
YAML
images:
|
|
image:
|
|
repository: ghcr.io/coollabsio/coolify
|
|
tag: 4.0.0-beta.452
|
|
container_utils_image:
|
|
repository: ixsystems/container-utils
|
|
tag: 1.0.2
|
|
realtime_image:
|
|
repository: ghcr.io/coollabsio/coolify-realtime
|
|
tag: 1.0.10
|
|
redis_image:
|
|
repository: valkey/valkey
|
|
tag: 9.0.0
|
|
postgres_17_image:
|
|
repository: postgres
|
|
tag: 17.7-bookworm
|
|
postgres_18_image:
|
|
repository: postgres
|
|
tag: 18.1-trixie
|
|
postgres_upgrade_image:
|
|
repository: ixsystems/postgres-upgrade
|
|
tag: 1.1.2
|
|
|
|
consts:
|
|
coolify_container_name: coolify
|
|
realtime_container_name: realtime
|
|
redis_container_name: redis
|
|
postgres_container_name: postgres
|
|
perms_container_name: permissions
|
|
db_user: coolify
|
|
db_name: coolify
|
|
|
|
internal_web_port: 8080
|
|
internal_realtime_websocket_port: 6001
|
|
internal_realtime_backend_port: 6002
|
|
|
|
run_as_user: 9999
|
|
run_as_group: 9999
|
|
|
|
notes_body: |
|
|
It is highly recommended to **NOT** register TrueNAS as a server for Coolify.</br>
|
|
Coolify assumes it has full control over the server and may make changes that could
|
|
interfere with TrueNAS operations. This may lead to data loss or making the system
|
|
unstable.</br>
|