Ceno and deltachat version bumps

This commit is contained in:
A 2025-03-25 08:21:07 -07:00
parent 082ca08527
commit 4fc213e1a8
2 changed files with 4 additions and 8 deletions

View File

@ -1,5 +1,3 @@
version: '3.8'
networks: networks:
cenobridge: cenobridge:
volumes: volumes:
@ -8,7 +6,7 @@ services:
### BRIDGE ### BRIDGE
# ceno-client "bridge" service is below # ceno-client "bridge" service is below
bridge: bridge:
image: equalitie/ceno-client:v0.21.2 image: equalitie/ceno-client:latest
#networks: #networks:
#- cenobridge #- cenobridge
ports: ports:

View File

@ -1,5 +1,3 @@
version: '3.8'
networks: networks:
back: back:
volumes: volumes:
@ -8,7 +6,7 @@ services:
### DELTA ### DELTA
# postfix is running as a part of the delta chat service # postfix is running as a part of the delta chat service
postfix: postfix:
image: keith/deltachat-mailadm-postfix:v0.0.3 image: keith/deltachat-mailadm-postfix:v0.0.4
entrypoint: entrypoint:
- sh - sh
- -c - -c
@ -26,7 +24,7 @@ services:
# dovecot is running as a part of the delta chat service # dovecot is running as a part of the delta chat service
dovecot: dovecot:
image: keith/deltachat-mailadm-dovecot:v0.0.1 image: keith/deltachat-mailadm-dovecot:v0.0.2
volumes: volumes:
- mailadm_db:/var/lib/mailadm/ - mailadm_db:/var/lib/mailadm/
- ../caddy/certs/${DWEB_DOMAIN}.crt:/certs/fullchain.pem - ../caddy/certs/${DWEB_DOMAIN}.crt:/certs/fullchain.pem
@ -41,7 +39,7 @@ services:
# mailadm is running as a part of the delta chat service # mailadm is running as a part of the delta chat service
mailadm: mailadm:
image: keith/deltachat-mailadm:v0.0.1 image: keith/deltachat-mailadm:v0.0.2
entrypoint: entrypoint:
- sh - sh
- -c - -c