mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 06:49:12 +08:00
[bitnami/*] Remove undesired composes (#54799)
* [bitnami/*] Remove undesired composes Signed-off-by: Fran de Paz <fran.de-paz@broadcom.com> * Revert bitnami/airflow composes removal Signed-off-by: Fran de Paz <fran.de-paz@broadcom.com> * Update contributing guidelines Signed-off-by: Fran de Paz <fran.de-paz@broadcom.com> --------- Signed-off-by: Fran de Paz <fran.de-paz@broadcom.com>
This commit is contained in:
committed by
GitHub
parent
d6a1c3c41e
commit
a06247402f
@@ -1,21 +0,0 @@
|
||||
# Copyright VMware, Inc.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
harbor-registryctl:
|
||||
image: docker.io/bitnami/harbor-registryctl:2
|
||||
ports:
|
||||
- 80:8080
|
||||
environment:
|
||||
- CORE_SECRET=not-a-secure-core-secret
|
||||
- JOBSERVICE_SECRET=not-a-secure-jobservice-secret
|
||||
volumes:
|
||||
- harbor-registry_data:/storage
|
||||
- ./config/registry/:/etc/registry/:ro
|
||||
- ./config/registryctl/config.yml:/etc/registryctl/config.yml:ro
|
||||
|
||||
volumes:
|
||||
harbor-registry_data:
|
||||
driver: local
|
||||
Reference in New Issue
Block a user