plane/apps/app
pablohashescobar c7f1090914
fix: docker setup (#987)
* removing dependencies from .env

* dev: Passing the arguments from docker compose to DockerWeb in nextjs to define base environment variables

* dev: removed env from docker-compose and taking the env from shell

* dev: Updated docker file and used console in signin to test the env from docker

* dev: Docker setting env variables via shell

* removed env variables and args

* Update Dockerfile.web

* Update Dockerfile.web

* Update signin.tsx

* .

* .

* dev: Added BASE_URL from docker

* dev: Updated docker config

* dev: scripts for replacing variable during runtime

* dev: entrypoint script

* dev: update replace env script and update docker entrypoint command for frontend

* dev: update replace env script to not update process.env

* dev: update docker file to add missing variables as well

* fix: updated docker compose yml and web

* dev: create start script to run docker and update script for replacing variables

* dev: update setup script and env example script to create variables in the root of the project

* .

* dev: update docker compose hub

* dev: update docker compose hub command

* dev: update docker compose yml and env example

* dev: update docker compose hub

* dev: single docker

---------

Co-authored-by: Narayana <narayana.vadapalli1996@gmail.com>
Co-authored-by: gurusainath <gurusainath007@gmail.com>
2023-05-03 13:36:55 +05:30
..
components update: UI for google auth button and loadin toggle in signin screen (#991) 2023-05-03 00:48:24 +05:30
constants feat: frontend slack integration (#932) 2023-04-22 21:54:50 +05:30
contexts style: modals theming (#940) 2023-04-24 11:19:53 +05:30
helpers chore: empty input fields text (#943) 2023-04-24 11:28:05 +05:30
hooks fix: added the decoded url for slack integration popup (#958) 2023-04-28 17:55:57 +05:30
layouts style: made issue list view responsive 2023-04-25 18:35:58 +05:30
lib fix: home page redirection logic (#752) 2023-04-08 14:32:33 -04:00
pages fix: docker setup (#987) 2023-05-03 13:36:55 +05:30
public style: onboarding logo and style (#989) 2023-05-02 23:31:36 +05:30
services chore: product update interface 2023-04-28 18:28:43 +05:30
styles chore: empty input fields text (#943) 2023-04-24 11:28:05 +05:30
types fix: slack with project integration bug fixes 2023-05-02 00:40:47 +05:30
.eslintrc.js Feat: Dockerizing using nginx reverse proxy (#280) 2023-02-21 11:31:43 +05:30
.prettierrc build: merge with latest changes update dockerfile to work with pnpm 2022-12-02 00:28:31 +05:30
Dockerfile.dev Feat: Dockerizing using nginx reverse proxy (#280) 2023-02-21 11:31:43 +05:30
Dockerfile.web fix: docker setup (#987) 2023-05-03 13:36:55 +05:30
google.d.ts build: merge with latest changes update dockerfile to work with pnpm 2022-12-02 00:28:31 +05:30
manifest.json Refactoring Phase 1 (#199) 2023-01-26 23:42:20 +05:30
next-env.d.ts build: merge with latest changes update dockerfile to work with pnpm 2022-12-02 00:28:31 +05:30
next.config.js fix: docker setup (#987) 2023-05-03 13:36:55 +05:30
package.json fix: docker setup (#987) 2023-05-03 13:36:55 +05:30
postcss.config.js Feat: Dockerizing using nginx reverse proxy (#280) 2023-02-21 11:31:43 +05:30
sentry.client.config.js sentry changes (#255) 2023-02-08 20:44:35 +05:30
sentry.edge.config.js sentry changes (#255) 2023-02-08 20:44:35 +05:30
sentry.properties release: Stage Release (#251) 2023-02-08 10:15:18 +05:30
sentry.server.config.js sentry changes (#255) 2023-02-08 20:44:35 +05:30
tailwind.config.js style: modals theming (#940) 2023-04-24 11:19:53 +05:30
tsconfig.json Feat: Dockerizing using nginx reverse proxy (#280) 2023-02-21 11:31:43 +05:30