mirror of
https://github.com/bitnami/containers.git
synced 2026-03-27 07:17:59 +08:00
[bitnami/concourse] Release 7.9.1-debian-11-r4 (#24526)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -11,8 +11,9 @@ services:
|
||||
- 'postgresql_data:/bitnami/postgresql'
|
||||
concourse:
|
||||
image: docker.io/bitnami/concourse:7
|
||||
command: web
|
||||
command: concourse web
|
||||
environment:
|
||||
- CONCOURSE_RUNTIME=containerd
|
||||
- CONCOURSE_POSTGRES_DATABASE=bitnami_concourse
|
||||
- CONCOURSE_POSTGRES_USER=bn_concourse
|
||||
- CONCOURSE_POSTGRES_PASSWORD=bitnami1
|
||||
@@ -29,9 +30,10 @@ services:
|
||||
- 'concourse_web_data:/bitnami/concourse'
|
||||
concourse_worker:
|
||||
image: docker.io/bitnami/concourse:7
|
||||
command: worker
|
||||
command: concourse worker
|
||||
privileged: true
|
||||
environment:
|
||||
- CONCOURSE_RUNTIME=containerd
|
||||
- CONCOURSE_LOG_LEVEL=debug
|
||||
- CONCOURSE_TSA_HOST=concourse:2222
|
||||
- CONCOURSE_BIND_IP=0.0.0.0
|
||||
|
||||
Reference in New Issue
Block a user