fix idp on started

This commit is contained in:
lendry
2026-06-24 16:21:29 +03:00
parent 34c1d8446a
commit 36f30039ad
3 changed files with 302 additions and 15 deletions

View File

@@ -253,8 +253,8 @@ services:
container_name: lendry-id-nginx
restart: unless-stopped
ports:
- "80:80"
- "443:443"
- "${NGINX_HTTP_PORT:-80}:80"
- "${NGINX_HTTPS_PORT:-443}:443"
volumes:
- ./nginx/conf.d:/etc/nginx/conf.d:ro
- ./nginx/certs:/etc/nginx/certs:ro