diff --git a/.gitignore b/.gitignore index d3e701e..14aaf75 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ .env .idea -data \ No newline at end of file +data +backend +frontend +notification \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 5175841..7029441 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -53,7 +53,7 @@ services: ports: - "9000:9000" volumes: - - ./laravel:/var/www/crm + - ${LARAVEL_PROJECT_PATH}:/var/www/laravel profiles: - server networks: @@ -82,7 +82,7 @@ services: ports: - "3023:${NOTIFICATION_SERVER_PORT}" volumes: - - ${NOTIFICATION_SERVER_PATH}:/var/www/crm-notification-server + - ${NOTIFICATION_SERVER_PATH}:/var/www/notification_server profiles: - server networks: @@ -102,6 +102,8 @@ services: - NEXT_PUBLIC_VERSION=${NEXT_PUBLIC_VERSION} - NEXT_PUBLIC_API_URL=${NEXT_PUBLIC_API_URL} - NEXT_PUBLIC_SERVER_SOCKET_URL=${NEXT_PUBLIC_SERVER_SOCKET_URL} + volumes: + - ${NEXT_JS_PATH}:/var/www/nextjs ports: - "3000:3000" env_file: