Compare commits
2 Commits
a1749ba640
...
55013326a3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
55013326a3 | ||
|
|
838e535650 |
0
default.conf
Normal file
0
default.conf
Normal 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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user