fix: pkg: the og tags did not have proper http schema - they should have https #4
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user