Compare commits

...

2 Commits

Author SHA1 Message Date
diyaa
55013326a3 add .conf for nginx 2026-03-15 20:42:02 +01:00
diyaa
838e535650 fix docker port 2026-03-15 20:22:28 +01:00
2 changed files with 1 additions and 1 deletions

0
default.conf Normal file
View File

View File

@ -11,7 +11,7 @@ services:
NEXT_PUBLIC_GITHUB_URL: ${NEXT_PUBLIC_GITHUB_URL:-} NEXT_PUBLIC_GITHUB_URL: ${NEXT_PUBLIC_GITHUB_URL:-}
container_name: ${CONTAINER_NAME:-diyaa} container_name: ${CONTAINER_NAME:-diyaa}
ports: ports:
- "${APP_PORT:-30002}:3000" - "127.0.0.1:30002:3000"
environment: environment:
NODE_ENV: ${NODE_ENV:-production} NODE_ENV: ${NODE_ENV:-production}
PORT: 3000 PORT: 3000