commented the conf files that wasn't present yet

and have added security and proxy common files to be copied too
This commit is contained in:
db1234719
2025-11-17 23:31:52 +03:30
parent 3303279655
commit 0c99b1a7c8

View File

@@ -49,13 +49,15 @@ COPY --from=builder /etc/nginx /etc/nginx
# Default configuration # Default configuration
COPY nginx.conf /etc/nginx/nginx.conf COPY nginx.conf /etc/nginx/nginx.conf
COPY conf.d/web.conf /etc/nginx/conf.d/web.conf COPY conf.d/security.conf /etc/nginx/conf.d/security.conf
COPY conf.d/git.conf /etc/nginx/conf.d/git.conf COPY conf.d/proxy-common.conf /etc/nginx/conf.d/proxy-common.conf
COPY conf.d/mail.conf /etc/nginx/conf.d/mail.conf #COPY conf.d/web.conf /etc/nginx/conf.d/web.conf
COPY conf.d/media.conf /etc/nginx/conf.d/media.conf #COPY conf.d/git.conf /etc/nginx/conf.d/git.conf
COPY conf.d/network.conf /etc/nginx/conf.d/network.conf #COPY conf.d/mail.conf /etc/nginx/conf.d/mail.conf
COPY conf.d/utils.conf /etc/nginx/conf.d/utils.conf #COPY conf.d/media.conf /etc/nginx/conf.d/media.conf
COPY conf.d/game.conf /etc/nginx/conf.d/game.conf #COPY conf.d/network.conf /etc/nginx/conf.d/network.conf
#COPY conf.d/utils.conf /etc/nginx/conf.d/utils.conf
#COPY conf.d/game.conf /etc/nginx/conf.d/game.conf
# Ports for HTTP/HTTPS + optional mail/TCP/UDP (25 110 143 465 587 993 995) + optional minecraft java/bedrock (25565 19132) # Ports for HTTP/HTTPS + optional mail/TCP/UDP (25 110 143 465 587 993 995) + optional minecraft java/bedrock (25565 19132)
EXPOSE 80 443 EXPOSE 80 443