mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: enhance deployment configuration with port fixes, debug script, and updated documentation
This commit is contained in:
parent
23d0ef5994
commit
40c63156a5
5 changed files with 139 additions and 5 deletions
|
|
@ -59,6 +59,8 @@ WORKDIR /app
|
|||
COPY ./extra/nginx.conf /etc/nginx/conf.d/default.conf
|
||||
ENV PORT=80 LEARNHOUSE_PORT=9000 HOSTNAME=0.0.0.0
|
||||
COPY ./extra/start.sh /app/start.sh
|
||||
COPY ./debug-services.sh /app/debug-services.sh
|
||||
RUN chmod +x /app/start.sh /app/debug-services.sh
|
||||
|
||||
# Add near the end of your Dockerfile_coolify
|
||||
RUN echo '#!/bin/bash\n\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue