2.1.0-debian-10-r31 release

This commit is contained in:
Bitnami Bot
2020-10-21 20:04:40 +00:00
parent 4005d73760
commit ec99a10b72
4 changed files with 36 additions and 36 deletions

View File

@@ -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