12345678910111213141516171819202122232425262728293031 |
- images:
- image:
- repository: ccr.ccs.tencentyun.com/seembox/wger_server
- tag: 2.4-dev
- nginx_image:
- repository: nginxinc/nginx-unprivileged
- tag: 1.29.1
- postgres_17_image:
- repository: postgres
- tag: 17.6-bookworm
- redis_image:
- repository: valkey/valkey
- tag: 8.1.3
- postgres_upgrade_image:
- repository: ixsystems/postgres-upgrade
- tag: 1.0.4
- consts:
- server_container_name: server
- worker_container_name: worker
- beat_container_name: beat
- nginx_container_name: nginx
- postgres_container_name: postgres
- redis_container_name: redis
- perms_container_name: permissions
- db_user: wger
- db_name: wger
- run_as_user: 1000
- run_as_group: 1000
- internal_server_port: 8000
|