diff --git a/docker-compose.yml b/docker-compose.yml index c5e3ad9..bf07de1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -37,27 +37,27 @@ services: networks: - mynetwork - nextjs-app: - container_name: nextjs-app - build: - context: ./server - dockerfile: Dockerfile - ports: - - "3000:3000" - environment: - NEXT_PUBLIC_POSTGRES_HOST: pgdb - NEXT_PUBLIC_POSTGRES_USER: postgres - NEXT_PUBLIC_POSTGRES_PASSWORD: postgres - NEXT_PUBLIC_REDIS_HOST: redis - NEXT_PUBLIC_REDIS_PORT: 6379 - depends_on: - - postgres - - redis - networks: - - mynetwork - dns: - - 8.8.8.8 # Google's public DNS - - 1.1.1.1 # Cloudflare's public DNS + # nextjs-app: + # container_name: nextjs-app + # build: + # context: ./server + # dockerfile: Dockerfile + # ports: + # - "3000:3000" + # environment: + # NEXT_PUBLIC_POSTGRES_HOST: pgdb + # NEXT_PUBLIC_POSTGRES_USER: postgres + # NEXT_PUBLIC_POSTGRES_PASSWORD: postgres + # NEXT_PUBLIC_REDIS_HOST: redis + # NEXT_PUBLIC_REDIS_PORT: 6379 + # depends_on: + # - postgres + # - redis + # networks: + # - mynetwork + # dns: + # - 8.8.8.8 # Google's public DNS + # - 1.1.1.1 # Cloudflare's public DNS volumes: postgres: diff --git a/server/.env b/server/.env index 1a41db0..6f59a61 100644 --- a/server/.env +++ b/server/.env @@ -19,4 +19,4 @@ AUDIENCE=http://localhost:3000 NEXT_PUBLIC_BASE_URL=http://localhost:3000 EMAIL_USER= "am.asky97@gmail.com" -EMAIL_PASS= "veta zlgl uokl karu" \ No newline at end of file +EMAIL_PASS= "test" \ No newline at end of file