Compare commits

...

3 Commits

Author SHA1 Message Date
f7207fb4a0 v3.4.3 2022-02-22 14:13:16 +02:00
b39074c0ba Merge pull request #139 from bartversluijs/registry-patch-1
chore(registry): removed data volume
2022-02-22 12:11:23 +00:00
3fed389090 chore(registry): removed data volume
Change-type: patch
2022-02-22 12:03:40 +01:00
4 changed files with 628 additions and 896 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).
# v3.4.3
## (2022-02-22)
* chore(registry): removed data volume [Bart Versluijs]
# v3.4.2
## (2021-10-05)

View File

@ -1 +1 @@
3.4.2
3.4.3

View File

@ -5,7 +5,6 @@ volumes:
cert-provider: {}
db: {}
redis: {}
registry: {}
s3: {}
services:
@ -65,8 +64,6 @@ services:
depends_on:
- s3
- redis
volumes:
- registry:/data
environment:
API_TOKENAUTH_CRT: ${OPENBALENA_TOKEN_AUTH_PUB}
BALENA_REGISTRY2_HOST: registry.${OPENBALENA_HOST_NAME}