Merge branch 'dev'

This commit is contained in:
Jeff Emmett 2026-03-02 20:28:48 -08:00
commit c5085f2244
1 changed files with 2 additions and 3 deletions

View File

@ -213,7 +213,7 @@ services:
- "traefik.http.routers.encryptid-wellknown-rid.service=encryptid"
networks:
- traefik-public
- encryptid-internal
- rspace-internal
- rmail-mailcow
healthcheck:
test: ["CMD", "bun", "-e", "fetch('http://localhost:3000/health').then(r => r.json()).then(d => process.exit(d.database ? 0 : 1)).catch(() => process.exit(1))"]
@ -233,7 +233,7 @@ services:
volumes:
- encryptid-pgdata:/var/lib/postgresql/data
networks:
- encryptid-internal
- rspace-internal
healthcheck:
test: ["CMD-SHELL", "pg_isready -U encryptid -d encryptid"]
interval: 10s
@ -262,4 +262,3 @@ networks:
name: mailcowdockerized_mailcow-network
external: true
rspace-internal:
encryptid-internal: