Private
Public Access
1
0

fix: pkg: the og tags did not have proper http schema - they should have https #4

This commit is contained in:
2026-04-15 14:33:53 +02:00
parent f442942faf
commit 8780800dff
6 changed files with 27 additions and 4 deletions

View File

@@ -31,6 +31,7 @@ services:
MINIO_ROOT_PASSWORD: ${MINIO_ROOT_PASSWORD}
MINIO_ENDPOINT: http://minio:9000
MINIO_PUBLIC_URL: ${MINIO_PUBLIC_URL:-http://localhost:9000}
TRUSTED_PROXIES: ${TRUSTED_PROXIES}
volumes:
- app_var:/app/var
- caddy_data:/data
@@ -88,6 +89,8 @@ services:
RELAYHOST_PASSWORD: ${MAIL_RELAYHOST_PASSWORD:-}
volumes:
- postfix_spool:/var/spool/postfix
- ./docker/aliases:/tmp/aliases:ro
entrypoint: sh -c 'newaliases 2>/dev/null || true; /init'
db:
image: postgres:${POSTGRES_VERSION:-18}-alpine
restart: unless-stopped
@@ -113,3 +116,5 @@ volumes:
caddy_config:
postfix_spool:
minio_data: