mirror of
https://github.com/bitnami/containers.git
synced 2026-03-14 06:48:11 +08:00
2.1.0-debian-10-r31 release
This commit is contained in:
@@ -9,23 +9,23 @@ services:
|
||||
volumes:
|
||||
- postgresql_data:/bitnami/postgresql
|
||||
- ./docker-entrypoint-initdb.d/:/docker-entrypoint-initdb.d/
|
||||
harbor-notary-signer:
|
||||
image: docker.io/bitnami/harbor-notary-signer:2-debian-10
|
||||
container_name: notary-signer
|
||||
ports:
|
||||
- '7899:7899'
|
||||
environment:
|
||||
- NOTARY_SIGNER_DEFAULTALIAS=CHANGEME
|
||||
- MIGRATIONS_PATH=migrations/signer/postgresql
|
||||
- DB_URL=postgres://signer:password@postgresql:5432/notarysigner?sslmode=disable
|
||||
volumes:
|
||||
- ./config/notary/:/etc/notary/:ro
|
||||
depends_on:
|
||||
- postgresql
|
||||
networks:
|
||||
default:
|
||||
aliases:
|
||||
- notarysigner
|
||||
# harbor-notary-signer:
|
||||
# image: docker.io/bitnami/harbor-notary-signer:2-debian-10
|
||||
# container_name: notary-signer
|
||||
# ports:
|
||||
# - '7899:7899'
|
||||
# environment:
|
||||
# - NOTARY_SIGNER_DEFAULTALIAS=CHANGEME
|
||||
# - MIGRATIONS_PATH=migrations/signer/postgresql
|
||||
# - DB_URL=postgres://signer:password@postgresql:5432/notarysigner?sslmode=disable
|
||||
# volumes:
|
||||
# - ./config/notary/:/etc/notary/:ro
|
||||
# depends_on:
|
||||
# - postgresql
|
||||
# networks:
|
||||
# default:
|
||||
# aliases:
|
||||
# - notarysigner
|
||||
harbor-notary-server:
|
||||
image: docker.io/bitnami/harbor-notary-server:2-debian-10
|
||||
container_name: notary-server
|
||||
|
||||
Reference in New Issue
Block a user