|
|
2625ed0131
|
frontend/Dockerfile — Added ARG + ENV for build-time variables
docker-compose.yml — Added build.args to pass the values into the Docker build:
|
2026-02-19 12:42:49 +09:00 |
|
|
|
1400c3f23e
|
i use dokploy to deploy. so i guess we dont need use PORT in docker-compose.yml
|
2026-02-19 12:24:42 +09:00 |
|
|
|
827b0bb6d5
|
Change the port mapping to ${FRONTEND_PORT}:3000 so the container always uses 3000 internally but maps to a different host port.
|
2026-02-19 12:17:18 +09:00 |
|
|
|
00194f3826
|
updated docker-compose.yml
|
2026-02-19 11:26:23 +09:00 |
|
|
|
5c021511c4
|
.env.for-docker-compose
|
2026-02-19 11:19:35 +09:00 |
|
|
|
366a11814c
|
try use docker
|
2026-02-19 11:10:32 +09:00 |
|